Files
Froxlor/templates/Sparkle/misc/form/table_row.tpl
2013-10-20 11:29:54 +02:00

13 lines
240 B
Smarty

<tr>
<td{$style} class="formlabeltd" style="width:50%">
<label for="{$fieldname}">{$label}{$mandatory}:
<if $desc != ''>
<br /><span style="font-size:85%;">{$desc}</span>
</if>
</label>
</td>
<td>
{$data_field}
</td>
</tr>