- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_admins_mails_edit.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=admins_mails"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="500"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="2" align="center" class="admin_title" height="30"><STRONG>{--ADMINS_MAILS_EDIT_TITLE--}</STRONG>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_ADMINS_TEMPLATE--}:</STRONG>
11                 </TD>
12                 <TD class="admin_title bottom2" align="center"><STRONG>{--ADMIN_ADMINS_CONTACT--}:</STRONG>
13                 </TD>
14         </TR>
15         {!__ADMINS_ROWS!}
16         <TR>
17                 <TD colspan="2" align="center" class="admin_footer"><INPUT
18                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
19                 <INPUT type="submit" name="change" class="admin_submit"
20                         value="{--ADMIN_ADMINS_CHANGE--}"></TD>
21         </TR>
22 </TABLE>
23 </FORM>