Mailer project continued (heavy refactoring):
[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                         <strong>{--ADMIN_ADMINS_DELETE_ACCOUNTS_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
12                 <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
13                 <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
14                 <td align="center" class="header_column bottom" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
15         </tr>
16         $content
17         <tr>
18                 <td colspan="5" class="table_footer">
19                         <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
20                 </td>
21         </tr>
22 </table>
23 {%form_close%}
24 </div>