]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_email_edit.tpl
More templates rewritten
[mailer.git] / templates / de / html / admin / admin_config_email_edit.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_email&amp;do=edit" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
3         <TR>
4                 <TD align="center" colspan="2" height="30" class="bottom"><STRONG>{--EDIT_MRECEIVE--}:</STRONG></TD>
5         </TR>
6         {!__ROWS!}
7         <TR>
8                 <TD align="center" colspan="2">
9                         <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
10                         <INPUT type="submit" name="ok" class="admin_submit" value="{--CHANGE_MREC--}" />
11                 </TD>
12         </TR>
13         <TR>
14                 <TD colspan="2" height="5" class="seperator">&nbsp;</TD>
15         </TR>
16 </TABLE>
17 </FORM>