2007-08-08 03:16:02 +02:00
|
|
|
<ul id="sitetree" class="tree unformatted">
|
2008-02-25 03:10:37 +01:00
|
|
|
<li id="$ID" class="Root"><a><strong><% _t('COMMENTS', 'Comments') %></strong></a>
|
2007-08-10 04:31:28 +02:00
|
|
|
<ul>
|
2007-08-13 00:19:06 +02:00
|
|
|
<li id="record-approved" <% if Section=approved %>class="current"<% end_if %>>
|
2009-01-05 07:17:59 +01:00
|
|
|
<a href="$baseURL/admin/comments/showtable/approved" title="<% _t('CommentAdmin_SiteTree.ss.APPROVED', 'Approved') %>"><% _t('CommentAdmin_SiteTree.ss.APPROVED', 'Approved') %> ($NumModerated)</a>
|
2007-08-10 04:31:28 +02:00
|
|
|
</li>
|
2007-08-10 07:02:52 +02:00
|
|
|
<li id="record-unmoderated" <% if Section=unmoderated %>class="current"<% end_if %>>
|
2009-01-05 07:17:59 +01:00
|
|
|
<a href="$baseURL/admin/comments/showtable/unmoderated" title="<% _t('CommentAdmin_SiteTree.ss.AWAITMODERATION', 'Awaiting Moderation') %>"><% _t('CommentAdmin_SiteTree.ss.AWAITMODERATION', 'Awaiting Moderation') %> ($NumUnmoderated)</a>
|
2007-08-10 04:31:28 +02:00
|
|
|
</li>
|
2007-08-10 04:55:37 +02:00
|
|
|
<li id="record-spam">
|
2009-01-05 07:17:59 +01:00
|
|
|
<a href="$baseURL/admin/comments/showtable/spam" title="<% _t('CommentAdmin_SiteTree.ss.SPAM', 'Spam') %>" <% if Section=spam %>class="current"<% end_if %>><% _t('CommentAdmin_SiteTree.ss.SPAM', 'Spam') %> ($NumSpam)</a>
|
2007-08-10 04:31:28 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
2008-02-25 03:10:37 +01:00
|
|
|
</ul>
|