Obsolete update check replaced with SVN revision
[mailer.git] / templates / de / html / admin / admin_config_email.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_email"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
4         class="admin_table dashed">
5         <TR>
6                 <TD align="center" colspan="3" class="admin_title" height="30"><STRONG>{--EDIT_DEL_MAX_VALUES--}</STRONG>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD class="admin_title bottom2 right2" width="30" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
11                 <TD class="admin_title bottom2 right2" width="275" align="center"><STRONG>{--MAX_VALUE!}</STRONG></TD>
12                 <TD class="admin_title bottom2" width="275" align="center"><STRONG>{--MAX_COMMENT--}</STRONG></TD>
13         </TR>
14         {!__ROWS!}
15         <TR>
16                 <TD align="center" colspan="3" class="admin_footer"><INPUT
17                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
18                 <INPUT type="submit" name="edit" class="admin_submit"
19                         value="{--EDIT_MAX_V--}">&nbsp;* <INPUT type="submit"
20                         name="del" class="admin_delete" value="{--DEL_MAX_V--}"></TD>
21         </TR>
22 </TABLE>
23 </FORM>