Files
Froxlor/templates/formfields/bool.tpl
2010-01-20 16:55:27 +00:00

5 lines
220 B
Smarty

<tr>
<td class="main_field_name">{$label}</td>
<td class="main_field_display" nowrap="nowrap"><input type="checkbox" name="{$fieldname}" value="1" <if( $fielddata['value'] == '1' )>checked="checked"</if> /></td>
</tr>