r446: Localizing all the templates
[bugdar.git] / templates / showreport_comment.tpl
1
2 <!-- comment $comment[commentid] -->
3 <div class="tborder" style="padding: 1px">
4 <div class="thead" style="padding: $stylevar[padding]px; margin-bottom: 1px">
5 <span style="float: right">$comment[posttime]</span>
6 $comment[postby]
7 </div>
8 <div class="tmiddle" style="padding: $stylevar[padding]px">
9 $comment[comment_parsed]
10 </div>
11
12 <if condition="$show['edit']">
13 <div class="extrabg" style="padding: $stylevar[padding]px; margin-top: 1px">
14 <span style="float: right">
15 [<a href="editcomment.php?commentid=$comment[commentid]">{@"Edit Comment"}</a>]
16 </span>
17 <if condition="$comment['hidden']"><strong>{@"Hidden"}</strong><else />{@"Visible"}</if>
18 </div>
19 </if>
20 </div>
21 <!-- / comment $comment[commentid] -->
22
23
24 <br />
25