2007-08-08 01:16:02 +00:00
|
|
|
<ul id="sitetree" class="tree unformatted">
|
2008-02-25 02:10:37 +00:00
|
|
|
<li id="$ID" class="Root"><a><strong><% _t('COMMENTS', 'Comments') %></strong></a>
|
2007-08-10 02:31:28 +00:00
|
|
|
<ul>
|
2007-08-12 22:19:06 +00:00
|
|
|
<li id="record-approved" <% if Section=approved %>class="current"<% end_if %>>
|
2008-12-13 23:22:15 +00: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 02:31:28 +00:00
|
|
|
</li>
|
2007-08-10 05:02:52 +00:00
|
|
|
<li id="record-unmoderated" <% if Section=unmoderated %>class="current"<% end_if %>>
|
2008-12-13 23:22:15 +00: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 02:31:28 +00:00
|
|
|
</li>
|
2007-08-10 02:55:37 +00:00
|
|
|
<li id="record-spam">
|
2008-12-13 23:22:15 +00: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 02:31:28 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
2008-02-25 02:10:37 +00:00
|
|
|
</ul>
|