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

9 lines
258 B
Smarty

<tfoot>
<tr>
<td colspan="2" class="right">
<input type="reset" value="{\Froxlor\I18N\Lang::getAll()['panel']['cancel']}" class="historyback" />
<input type="submit" value="{\Froxlor\I18N\Lang::getAll()['panel']['save']}" />
</td>
</tr>
</tfoot>