Files
Froxlor/templates/Sparkle/misc/form/table_section.tpl
BNoiZe 429be9f774 changed "discard changes" to a more useful "cancel" button
„cancel” will take you back to the last view you were in.
2013-12-04 21:59:33 +01:00

10 lines
208 B
Smarty

<tr>
<th>
{$title}
</th>
<th style="text-align:right;">
<input type="reset" value="{$lng['panel']['cancel']}" id="historyback" />
<input type="submit" value="{$lng['panel']['save']}" />
</th>
</tr>