[pLog-svn] r6884 - plugins/branches/lifetype-1.2/moderate/templates

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue May 12 18:04:14 EDT 2009


Author: jondaley
Date: 2009-05-12 18:04:14 -0400 (Tue, 12 May 2009)
New Revision: 6884

Modified:
   plugins/branches/lifetype-1.2/moderate/templates/unmoderatedcomments.template
Log:
put a 'mark as spam' button on the moderate page, since that button should probably be used, rather than 'delete', so the bayesian filter is more accurately trained

Modified: plugins/branches/lifetype-1.2/moderate/templates/unmoderatedcomments.template
===================================================================
--- plugins/branches/lifetype-1.2/moderate/templates/unmoderatedcomments.template	2009-05-07 11:50:13 UTC (rev 6883)
+++ plugins/branches/lifetype-1.2/moderate/templates/unmoderatedcomments.template	2009-05-12 22:04:14 UTC (rev 6884)
@@ -55,6 +55,9 @@
 		<a href="?op=updateUnmoderatedComment&amp;mode=0&amp;commentId={$comment->getId()}">
 		 <img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("moderate_reject")}" />
 		</a>
+	    <a href="?op=markComment&amp;mode=1&amp;articleId=0&amp;commentId={$comment->getId()}">
+		 <img src="imgs/admin/icon_spam-16.png" alt="{$locale->tr("mark_as_spam")}" />
+		</a>
        </div>
       </td>
      </tr>



More information about the pLog-svn mailing list