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.tpl24
1 files changed, 0 insertions, 24 deletions
diff --git a/theme/admin/moderateComments.tpl b/theme/admin/moderateComments.tpl deleted file mode 100755 index 7b41016..0000000 --- a/theme/admin/moderateComments.tpl +++ /dev/null
@@ -1,24 +0,0 @@
1<h2>Moderate Comments</h2>
2
3<table width="100%" class="webmail">
4 <tr>
5 <th>Title of Article Commented Upon</th>
6 <th>Comment Author</th>
7 <th>Actions</th>
8 </tr>
9
10 <!--BEGIN COMMENT-->
11 <tr>
12 <td><!--COMMENT.TITLE--></td>
13 <td><!--COMMENT.AUTHOR--></td>
14
15 <td>
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-->&amp;approve"><img src="/theme/images/icons/page_attach.png" alt="Approve" /></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>
20 </tr>
21 <!--END COMMENT-->
22</table>
23
24<a href="/admin/">Back to Admin Panel</a>