Files
Froxlor/install/templates/dataitem.tpl
Michael Rosenberger 32b5bef221 Improves CSS in installer
Correct alignment of radio options
Fixes design-problem with chrome
2018-11-23 14:34:11 +01:00

5 lines
188 B
Smarty

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