r931: - You can now delete bugs and comments
[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['editcomment']">
14 <div class="box-foot">
15 <span style="float: right">
16 <if condition="$show['delete']">[<a href="editcomment.php?do=delete&amp;commentid=$comment[commentid]">{@"Delete"}</a>]</if>
17 [<a href="editcomment.php?commentid=$comment[commentid]">{@"Edit Comment"}</a>]
18 </span>
19 <if condition="$comment['hidden']"><strong>{@"Hidden"}</strong><else />{@"Visible"}</if>
20 </div>
21 </if>
22 </div>
23 <!-- / comment $comment[commentid] -->
24
25
26 <br />
27