r498: Changing <div>s drawn with t* classes to use the new box.css model
[bugdar.git] / templates / showreport_comment.tpl
1
2 <!-- comment $comment[commentid] -->
3 <div class="box">
4 <div class="box-head">
5 <span style="float: right">$comment[posttime]</span>
6 $comment[postby]
7 </div>
8
9 <div class="box-mid">
10 $comment[comment_parsed]
11 </div>
12
13 <if condition="$show['edit']">
14 <div class="box-foot">
15 <span style="float: right">
16 [<a href="editcomment.php?commentid=$comment[commentid]">{@"Edit Comment"}</a>]
17 </span>
18 <if condition="$comment['hidden']"><strong>{@"Hidden"}</strong><else />{@"Visible"}</if>
19 </div>
20 </if>
21 </div>
22 <!-- / comment $comment[commentid] -->
23
24
25 <br />
26