]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_email.tpl
HTML->XHTML preparation (still *A LOT* to convert
[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--}" />
18                 <INPUT type="submit" name="edit" class="admin_submit"
19                         value="{--EDIT_MAX_V--}" /> <INPUT type="submit"
20                         name="del" class="admin_delete" value="{--DEL_MAX_V--}" /></TD>
21         </TR>
22 </TABLE>
23 </form>