Files
Froxlor/templates/Maketank/misc/form/table_row.tpl
Udo Waechter 29a2ab7567
Some checks reported errors
continuous-integration/drone/push Build was killed
2.0 upgrade test first
2023-12-07 12:39:20 +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>