Files
Froxlor/templates/Sparkle/misc/form/table_section.tpl
2013-10-01 15:21:35 +02:00

9 lines
189 B
Smarty

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