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

5 lines
153 B
Smarty

<tr>
<td>{$label}</td>
<td><textarea <if $do_show == 0>disabled="disabled"</if> rows="12" cols="40" name="{$fieldname}">{$value}</textarea></td>
</tr>