]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_admins.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_delete_admins.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=admins_edit%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
4 <tr>
5         <td colspan="5" align="center" class="table_header bottom">
6                 {--ADMIN_ADMINS_DELETE_ACCOUNTS_TITLE--}
7         </td>
8 </tr>
9
10 <tr>
11         <td align="center" class="header_column bottom right" width="30">{--ID_SELECT--}</td>
12         <td align="center" class="header_column bottom right" width="155">{--ADMIN_ADMINS_CONTACT--}</td>
13         <td align="center" class="header_column bottom right" width="155">{--ADMIN_ADMINS_EMAIL--}</td>
14         <td align="center" class="header_column bottom right" width="160">{--ADMIN_ADMINS_ACCESS_MODE--}</td>
15         <td align="center" class="header_column bottom" width="160">{--ADMIN_LA_MODE--}:</td>
16 </tr>
17 $content
18
19 <tr>
20         <td colspan="5" class="table_footer">
21                 <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
22         </td>
23 </tr>
24 </table>
25 {%form_close%}
26 </div>