Files
Froxlor/templates/Sparkle/misc/form/table_section.tpl
Michael Kaufmann (d00p) c2831007e7 update sparkle theme to reflect latest changes + some minor bugfixes
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2013-10-01 18:43:41 +02:00

10 lines
190 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>