Some rewrites
[mailer.git] / templates / de / html / admin / admin_config_admins_del.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_admins" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" width="99%"
4         class="admin_table dashed">
5         <tr>
6                 <td colspan="5" align="center" class="admin_title bottom2" height="30">
7                 <strong>{--ADMIN_ADMINS_DELETE_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         $content
17         <tr>
18                 <td colspan="5" class="admin_footer"><input
19                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
20                 <input type="submit" name="remove" class="admin_delete"
21                         value="{--ADMINS_REMOVE_ACLS--}" /></td>
22         </tr>
23 </table>
24 </form>
25 </div>