Files
Froxlor/templates/Maketank-prev/misc/form/table_row.tpl
Udo Waechter 53a6485a6e
Some checks failed
continuous-integration/drone/push Build is failing
Maketank Theme migration
2024-01-30 13:52:59 +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>