Switch the 'modify' code of admin/field.php to use templates
[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 ($show['editcomment']): %>
14 <div class="box-foot" style="text-align: <%- $stylevar['left'] %>">
15 <span style="float: <%- $stylevar['right'] %>">
16 <% if ($show['delete']): %>[<a href="editcomment.php?do=delete&amp;commentid=<%- $comment['commentid'] %>"><%-T("Delete")%></a>]<% endif %>
17 [<a href="editcomment.php?commentid=<%- $comment['commentid'] %>"><%-T("Edit Comment")%></a>]
18 </span>
19 <% if ($comment['hidden']): %><strong><%-T("Hidden")%></strong><% else: %><%-T("Visible")%><% endif %>
20 </div>
21 <% endif %>
22 </div>
23 <!-- / comment <%- $comment['commentid'] %> -->
24
25
26 <br />
27