Files
Froxlor/templates/Sparkle/misc/form/table_section.tpl
2013-12-06 18:39:55 +01:00

10 lines
211 B
Smarty

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