[pLog-svn] r1056 - plog/trunk/templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Feb 13 13:28:52 GMT 2005


Author: oscar
Date: 2005-02-13 13:28:52 +0000 (Sun, 13 Feb 2005)
New Revision: 1056

Modified:
   plog/trunk/templates/admin/editpost.template
Log:
issue 253 (http://bugs.plogworld.net/view.php?id=235) finally hopefully fixed :) Turns out I forgot to commit one file...

Modified: plog/trunk/templates/admin/editpost.template
===================================================================
--- plog/trunk/templates/admin/editpost.template	2005-02-13 13:24:41 UTC (rev 1055)
+++ plog/trunk/templates/admin/editpost.template	2005-02-13 13:28:52 UTC (rev 1056)
@@ -104,7 +104,7 @@
 	   </div>	   
 	      
        <div class="field_checkbox">
-         <input class="checkbox" type="checkbox" id="commentsEnabled" name="commentsEnabled" value="1" {if $commentsEnabled} checked="checked" {/if}/>
+         <input class="checkbox" type="checkbox" id="commentsEnabled" name="commentsEnabled" value="1" {if $postCommentsEnabled} checked="checked" {/if}/>
 		 <label for="commentsEnabled">{$locale->tr("post_comments_enabled_help")}</label>
 	   </div>
 	   




More information about the pLog-svn mailing list