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