Files
Froxlor/templates/Sparkle/misc/form/table_section.tpl
Michael Kaufmann 7e39a7bc60 Revert "refactor global array"
This reverts commit 370ccbdb74.
2018-12-22 08:15:31 +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>