This commit is contained in:
12
templates/Maketank-prev/misc/form/table_row.tpl
Normal file
12
templates/Maketank-prev/misc/form/table_row.tpl
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user