Files
Froxlor/templates/Classic/customer/extras/backup.tpl
Andreas Burchert (scarya) 83ee756ae7 Fixed missing hidden field (Classic), fixes #1002
Thanks to dahuafschmied

Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
2011-12-29 17:26:47 +01:00

18 lines
582 B
Smarty

$header
<form method="post" action="{$linker->getLink(array('section' => 'extras'))}">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="send" value="send" />
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
<tr>
<td class="maintitle" colspan="2"><b><img src="images/Classic/title.gif" alt="" />&nbsp;{$lng['backup']}</b></td>
</tr>
{$backup_form}
</table>
</form>
<br />
<br />
$footer