Files
Froxlor/templates/Classic/customer/email/forwarder_add.tpl
2011-02-12 18:20:22 +01:00

20 lines
638 B
Smarty

$header
<form method="post" action="$filename">
<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="id" value="$id" />
<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="{$title}" />&nbsp;{$title}</b></td>
</tr>
{$forwarder_add_form}
</table>
</form>
<br />
<br />
<script type="text/javascript">
document.forms[0].elements.destination.focus();
</script>
$footer