Files
Froxlor/templates/Sparkle/formfields/file.tpl

5 lines
138 B
Smarty

<tr>
<td>{$label}</td>
<td><input <if $do_show == 0>disabled="disabled"</if> type="file" class="file" name="{$fieldname}" /></td>
</tr>