Files
Froxlor/templates/Sparkle/htmlform/group_heading.tpl
Roman Schmerold (BNoiZe) 87fe3669a1 Migrate to new HTMLform2-class
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2015-02-02 17:43:53 +01:00

10 lines
220 B
Smarty

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