r1545: Adding the text-align attribute to the mid box section of the showreport_comme...
[bugdar.git] / templates / showreport_comment.tpl
1
2 <!-- comment $comment[commentid] -->
3 <div class="box">
4 <div class="box-head" style="text-align: $stylevar[left]">
5 <span style="float: $stylevar[right]">$comment[posttime]</span>
6 $comment[postby]
7 </div>
8
9 <div class="box-mid" style="text-align: $stylevar[left]">
10 $comment[comment_parsed]
11 </div>
12
13 <if condition="$show['editcomment']">
14 <div class="box-foot" style="text-align: $stylevar[left]">
15 <span style="float: $stylevar[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