Automatic deactivation of deprecated extensions added
[mailer.git] / templates / de / html / admin / admin_config_admins.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_admins"
2         method="post">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="680"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="5" align="center" class="admin_title bottom2" height="30">
7                 <STRONG>{--ADMIN_ADMINS_LIST_ACLS--}:</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD align="center" class="admin_title bottom2 right2" width="30"><STRONG>{--ID_SELECT--}</STRONG></TD>
11                 <TD align="center" class="admin_title bottom2 right2" width="120"><STRONG>{--ADMINS_AID--}:</STRONG></TD>
12                 <TD align="center" class="admin_title bottom2 right2" width="204"><STRONG>{--MENU_ACTION--}:</STRONG></TD>
13                 <TD align="center" class="admin_title bottom2 right2" width="204"><STRONG>{--MENU_WHAT--}:</STRONG></TD>
14                 <TD align="center" class="admin_title bottom2" width="120"><STRONG>{--ADMIN_ADMINS_ACCESS_MODE--}:</STRONG></TD>
15         </TR>
16         {!__ACL_ROWS!}
17         <TR>
18                 <TD colspan="5" class="admin_footer"><INPUT
19                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
20                 <INPUT type="submit" name="edit" class="admin_submit"
21                         value="{--ADMINS_EDIT_ACLS--}" /> <INPUT type="submit"
22                         name="del" class="admin_delete" value="{--ADMINS_DEL_ACLS--}" />
23                 </TD>
24         </TR>
25 </TABLE>
26 </FORM>