]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_admins_acls.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_edit_admins_acls.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_admins_acls%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="5" align="center" class="table_header bottom">
6                 {--ADMIN_ADMINS_EDIT_ACLS_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="120">{--ADMIN_ADMINS_LOGIN_ID--}</td>
13         <td align="center" class="header_column bottom right" width="204">{--ADMIN_MENU_ACTION--}</td>
14         <td align="center" class="header_column bottom right" width="204">{--ADMIN_MENU_WHAT--}</td>
15         <td align="center" class="header_column bottom" width="120">{--ADMIN_ADMINS_ACCESS_MODE--}</td>
16 </tr>
17
18 $content
19
20 <tr>
21         <td colspan="5" class="table_footer">
22                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
23                 <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_ADMINS_CHANGE_ACLS_SUBMIT--}" />
24         </td>
25 </tr>
26 </table>
27 {%form_close%}
28 </div>