Files
Froxlor/templates/Sparkle/misc/form/table_row.tpl
Roman Schmerold (BNoiZe) 675e93b99a Added resize plugin to flot, removed inline css
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2013-12-29 16:39:47 +01:00

13 lines
210 B
Smarty

<tr>
<td class="formlabeltd">
<label for="{$fieldname}"><strong>{$label}</strong>{$mandatory}:
<if $desc != ''>
<br /><small>{$desc}</small>
</if>
</label>
</td>
<td>
{$data_field}
</td>
</tr>