Files
Froxlor/install/templates/dataitemchk.tpl
2020-05-29 13:36:31 +02:00

5 lines
223 B
Smarty

<p>
<label for="{$fieldname}" class="install-block {$style}">{$groupname} {$fieldlabel}:</label>
<input type="radio" name="{$groupname}" id="{$fieldname}" value="{$fieldname}" {$checked} /><span>{$fieldlabel}</span>
</p>