Files
Froxlor/templates/Sparkle/misc/form/table_section.tpl
Roman Schmerold (BNoiZe) d213d65a24 Fixed buttons on top of each other, fixes #1488
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2015-02-08 12:01:05 +01:00

10 lines
221 B
Smarty

<tr class="section">
<th>
{$title}
</th>
<th class="right nolbr">
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
<input type="submit" value="{$lng['panel']['save']}" />
</th>
</tr>