[pLog-svn] r4646 - plog/branches/lifetype-1.2/templates/LifeType

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Feb 1 06:59:36 EST 2007


Author: oscar
Date: 2007-02-01 06:59:36 -0500 (Thu, 01 Feb 2007)
New Revision: 4646

Modified:
   plog/branches/lifetype-1.2/templates/LifeType/commentform.template
Log:
moderation approval is not necessary anymore for comments thanks to the bad-behavior plugin


Modified: plog/branches/lifetype-1.2/templates/LifeType/commentform.template
===================================================================
--- plog/branches/lifetype-1.2/templates/LifeType/commentform.template	2007-02-01 11:55:34 UTC (rev 4645)
+++ plog/branches/lifetype-1.2/templates/LifeType/commentform.template	2007-02-01 11:59:36 UTC (rev 4646)
@@ -11,7 +11,6 @@
 <label for="url"><small>{$locale->tr("comment_url")}</small></label><br /><br />
 <textarea tabindex="5" id="text" name="commentText" rows="10" cols="50"></textarea><br /><br />
 <input style="font-weight: bold;" type="submit" name="post" value="&nbsp;{$locale->tr("comment_send")}&nbsp;" /><br /><br />
-<span style="font-style:italic">Note: comments will not be displayed here until a moderator approves them.</span>
 <input type="hidden" name="op" value="AddComment"/>
 <input type="hidden" name="articleId" value="{$post->getId()}"/>
 <input type="hidden" name="blogId" value="{$blog->getId()}"/>



More information about the pLog-svn mailing list