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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Jan 21 10:15:27 GMT 2005


Author: oscar
Date: 2005-01-21 10:15:27 +0000 (Fri, 21 Jan 2005)
New Revision: 782

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


Modified: plog/trunk/templates/admin/editcustomfield.template
===================================================================
--- plog/trunk/templates/admin/editcustomfield.template	2005-01-21 08:29:20 UTC (rev 781)
+++ plog/trunk/templates/admin/editcustomfield.template	2005-01-21 10:15:27 UTC (rev 782)
@@ -38,7 +38,7 @@
     <label for="fieldHidden">{$locale->tr("field_hidden")}</label>
     <span class="required">*</span>
     <div class="formHelp">
-	  <input class="checkbox" type="checkbox" name="fieldHidden" id="fieldHidden" value="{$fieldHidden}" />
+	  <input class="checkbox" type="checkbox" name="fieldHidden" id="fieldHidden" value="1" {if $fieldHidden}checked="checked"{/if} />
 	  {$locale->tr("field_hidden_help")}
 	</div>
    </div>




More information about the pLog-svn mailing list