A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_delete_admins_acls.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_admins_acls%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="5" align="center" class="table_header bottom">
6                         <strong>{--ADMIN_ADMINS_DELETE_ACLS--}:</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="header_column bottom right" width="120"><strong>{--ADMIN_ADMINS_LOGIN_ID--}:</strong></td>
12                 <td align="center" class="header_column bottom right" width="204"><strong>{--ADMIN_MENU_ACTION--}:</strong></td>
13                 <td align="center" class="header_column bottom right" width="204"><strong>{--ADMIN_MENU_WHAT--}:</strong></td>
14                 <td align="center" class="header_column bottom" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
15         </tr>
16         $content
17         <tr>
18                 <td colspan="5" class="table_footer">
19                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
20                         <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_ADMINS_REMOVE_ACLS_SUBMIT--}" />
21                 </td>
22         </tr>
23 </table>
24 </form>
25 </div>