Files
Froxlor/templates/Sparkle/misc/form/table_section.tpl
Michael Kaufmann 370ccbdb74 refactor global array
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
2018-12-21 20:51:44 +01:00

10 lines
269 B
Smarty

<tr class="section">
<th>
{$title}
</th>
<th class="right nolbr">
<input type="reset" value="{\Froxlor\I18N\Lang::getAll()['panel']['cancel']}" class="historyback" />
<input type="submit" value="{\Froxlor\I18N\Lang::getAll()['panel']['save']}" />
</th>
</tr>