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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Jan 31 12:50:15 GMT 2005


Author: oscar
Date: 2005-01-31 12:50:14 +0000 (Mon, 31 Jan 2005)
New Revision: 893

Modified:
   plog/trunk/templates/admin/blogsettings.template
Log:
fixed issue 186 (http://bugs.plogworld.net/view.php?id=186)


Modified: plog/trunk/templates/admin/blogsettings.template
===================================================================
--- plog/trunk/templates/admin/blogsettings.template	2005-01-31 07:33:38 UTC (rev 892)
+++ plog/trunk/templates/admin/blogsettings.template	2005-01-31 12:50:14 UTC (rev 893)
@@ -92,7 +92,7 @@
      <input class="radio" type="hidden" name="blogEnableAutosaveDrafts" value="0" />
 
      <div class="field">
-      <label for="blogCommentsEnabled">{$locale->tr("enable_comments")}</td>
+      <label for="blogCommentsEnabled">{$locale->tr("enable_comments")}</label>
       <div class="formHelp">
 	    <input class="checkbox" type="checkbox" name="blogCommentsEnabled" id="blogCommentsEnabled" value="1" {if $blogCommentsEnabled == true} checked="checked" {/if} />
 	    {$locale->tr("enable_comments_help")}




More information about the pLog-svn mailing list