r209: Allow comments to be hidden
[bugdar.git] / templates / default / showreport_comment.tpl
1 <table border="1" cellspacing="2" cellpadding="4" width="100%">
2 <tr style="background-color:#EEEEEE">
3 <td>
4 <span style="float:right">$comment[posttime]</span>
5 <if condition="$comment['hidden']"><span style="color: red">Hidden</span></if>
6 $comment[postby]
7 </td>
8 </tr>
9 <tr>
10 <td>$comment[comment_parsed]</td>
11 </tr>
12 <if condition="$show['editcomment']">
13 <tr style="background-color:#999999">
14 <td>[<a href="editcomment.php?commentid=$comment[commentid]">Edit Comment</a>]</td>
15 </tr>
16 </if>
17 </table>
18
19 <br />