Files
Froxlor/templates/Maketank/misc/form/table_section.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

10 lines
221 B
Smarty

<tr class="section">
<th>
{$title}
</th>
<th class="right nolbr">
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
<input type="submit" value="{$lng['panel']['save']}" />
</th>
</tr>