summary refs log tree commit diff stats
path: root/theme/admin/moderateComments.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/moderateComments.tpl')
-rwxr-xr-xtheme/admin/moderateComments.tpl36
1 files changed, 18 insertions, 18 deletions
diff --git a/theme/admin/moderateComments.tpl b/theme/admin/moderateComments.tpl index f3da51c..7b41016 100755 --- a/theme/admin/moderateComments.tpl +++ b/theme/admin/moderateComments.tpl
@@ -1,24 +1,24 @@
1<H2>Moderate Comments</H2> 1<h2>Moderate Comments</h2>
2 2
3<TABLE WIDTH="100%" CLASS="webmail"> 3<table width="100%" class="webmail">
4 <TR> 4 <tr>
5 <TH>Title of Article Commented Upon</TH> 5 <th>Title of Article Commented Upon</th>
6 <TH>Comment Author</TH> 6 <th>Comment Author</th>
7 <TH>Actions</TH> 7 <th>Actions</th>
8 </TR> 8 </tr>
9 9
10 <!--BEGIN COMMENT--> 10 <!--BEGIN COMMENT-->
11 <TR> 11 <tr>
12 <TD><!--COMMENT.TITLE--></TD> 12 <td><!--COMMENT.TITLE--></td>
13 <TD><!--COMMENT.AUTHOR--></TD> 13 <td><!--COMMENT.AUTHOR--></td>
14 14
15 <TD> 15 <td>
16 <A HREF="/admin/viewComment.php?id=<!--COMMENT.ID-->"><IMG SRC="/theme/images/icons/page_go.png" ALT="View"></A> 16 <a href="/admin/viewComment.php?id=<!--COMMENT.ID-->"><img src="/theme/images/icons/page_go.png" alt="View" /></a>
17 <A HREF="/admin/actionComment.php?id=<!--COMMENT.ID-->&approve"><IMG SRC="/theme/images/icons/page_attach.png" ALT="Approve"></A> 17 <a href="/admin/actionComment.php?id=<!--COMMENT.ID-->&amp;approve"><img src="/theme/images/icons/page_attach.png" alt="Approve" /></a>
18 <A HREF="/admin/actionComment.php?id=<!--COMMENT.ID-->&deny"><IMG SRC="/theme/images/icons/page_delete.png" ALT="Deny"></A> 18 <a href="/admin/actionComment.php?id=<!--COMMENT.ID-->&amp;deny"><img src="/theme/images/icons/page_delete.png" alt="Deny" /></a>
19 </TD> 19 </td>
20 </TR> 20 </tr>
21 <!--END COMMENT--> 21 <!--END COMMENT-->
22</TABLE> 22</table>
23 23
24<A HREF="/admin/">Back to Admin Panel</A> 24<a href="/admin/">Back to Admin Panel</a>