5 lines
190 B
Smarty
Executable File
5 lines
190 B
Smarty
Executable File
<p>
|
|
<label for="{$fieldname}" style="width:65%;{$style}">{$fieldlabel}:</label>
|
|
<input type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$fieldvalue}" {$required} />
|
|
</p>
|