Files
Froxlor/templates/Classic/misc/form/table_row.tpl
Michael Kaufmann (d00p) d6b4bd8d36 add new images and templates for re-design
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2011-02-08 10:30:03 +01:00

10 lines
227 B
Smarty

<tr>
<td class="main_field_name"{$style}>
{$label}{$mandatory}:
<if $desc != ''>
<br /><span style="font-size:85%;">{$desc}</span>
</if>
</td>
<td class="main_field_display" nowrap="nowrap">{$data_field}</td>
</tr>