Files
Froxlor/templates/Sparkle/formfields/bool.tpl
Michael Kaufmann (d00p) f8fe4be3ef fix parameters for checkboxes when passed via webinterface
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2018-02-21 14:52:23 +01:00

8 lines
257 B
Smarty

<tr>
<td>{$label}</td>
<td>
<input type="hidden" name="{$fieldname}" value="0" />
<input <if $do_show == 0>disabled="disabled"</if> type="checkbox" name="{$fieldname}" value="1" <if( $fielddata['value'] == '1' )>checked="checked"</if> />
</td>
</tr>