- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_config_email_del.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=config_email&amp;do=del"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0"
5         class="admin_table dashed" width="500">
6         <TR>
7                 <TD align="center" height="30" class="bottom"><STRONG>{--DELETE_MRECEIVE--}:</STRONG></TD>
8         </TR>
9         {!__ROWS!}
10         <TR>
11                 <TD align="center"><INPUT type="reset" class="admin_reset"
12                         value="{--CLEAR_FORM--}">&nbsp;* <INPUT type="submit"
13                         name="ok" class="admin_submit" value="{--REMOVE_MREC--}"></TD>
14         </TR>
15         <TR>
16                 <TD height="5" class="seperator">&nbsp;</TD>
17         </TR>
18 </TABLE>
19 </FORM>