Files
Froxlor/templates/Classic/customer/email/emails_edit.tpl
Michael Kaufmann (d00p) 9428c794c0 use correct internationalization in email-edit template, thx to arnoldB
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2011-03-10 11:14:04 +01:00

16 lines
478 B
Smarty

$header
<form method="post" action="$filename">
<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>
{$email_edit_form}
<tr>
<td class="maintitle" colspan="2"><a href="$filename?page=email&amp;s=$s">{$lng['emails']['back_to_overview']}</a></td>
</tr>
</table>
</form>
<br />
<br />
$footer