add new images and templates for re-design
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
9
templates/Classic/misc/form/table_row.tpl
Normal file
9
templates/Classic/misc/form/table_row.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user