Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_del_admins.tpl
1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=admins_edit%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
3         <tr>
4                 <td colspan="5" align="center" class="admin_title bottom">
5                 <strong>{--ADMIN_ADMINS_DELETE_ACCOUNTS--}</strong></td>
6         </tr>
7         <tr>
8                 <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
9                 <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
10                 <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
11                 <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
12                 <td align="center" class="header_column bottom" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="5" class="admin_footer"><input
17                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
18                 <input type="submit" name="remove" class="admin_delete"
19                         value="{--ADMIN_ADMINS_DELETE--}" /></td>
20         </tr>
21 </table>
22 </form>