Files
Froxlor/templates/Classic/customer/email/forwarder_add.tpl
2011-06-13 20:48:37 +02:00

21 lines
727 B
Smarty

$header
<form method="post" action="{$linker->getLink(array('section' => 'email'))}">
<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" />
<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="{$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