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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Jan 21 10:17:24 GMT 2005


Author: oscar
Date: 2005-01-21 10:17:24 +0000 (Fri, 21 Jan 2005)
New Revision: 783

Modified:
   plog/trunk/templates/admin/newcustomfield.template
Log:
fixhed another issue with the "field hidden" checkbox


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




More information about the pLog-svn mailing list