Files
Froxlor/templates/formfields/bool.tpl
Michael Kaufmann (d00p) 9907afe630 ininitial froxlor commit;
'reverted' old-style update-process;
removed billing-classes, -functions and -templates;
some sql-fixes;
2010-01-20 09:12:52 +00:00

5 lines
224 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>