- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_del_admins.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=admins_edit"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="admin_table dashed" align="center">
5         <TR>
6                 <TD colspan="5" align="center" class="admin_title bottom2" height="30">
7                 <STRONG>{--ADMIN_ADMINS_DELETE_ACCOUNTS--}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
11                 <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_CONTACT--}:</STRONG></TD>
12                 <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_EMAIL--}:</STRONG></TD>
13                 <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_ACCESS_MODE--}:</STRONG></TD>
14                 <TD align="center" class="admin_title bottom2" width="160"><STRONG>{--ADMIN_LA_MODE--}:</STRONG></TD>
15         </TR>
16         {!__ADMINS_ROWS!}
17         <TR>
18                 <TD colspan="5" align="center" class="admin_footer"><INPUT
19                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
20                 <INPUT type="submit" name="remove" class="admin_delete"
21                         value="{--ADMIN_ADMINS_DELETE--}"></TD>
22         </TR>
23 </TABLE>
24 </FORM>