Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_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                         <strong>{--ADMIN_ADMINS_LIST_ACLS--}:</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="header_column bottom right" width="120"><strong>{--ADMIN_ADMINS_LOGIN_ID--}:</strong></td>
12                 <td align="center" class="header_column bottom right" width="204"><strong>{--ADMIN_MENU_ACTION--}:</strong></td>
13                 <td align="center" class="header_column bottom right" width="204"><strong>{--ADMIN_MENU_WHAT--}:</strong></td>
14                 <td align="center" class="header_column bottom" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
15         </tr>
16         $content
17         <tr>
18                 <td colspan="5" class="table_footer">
19                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
20                         <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
21                         <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
22                 </td>
23         </tr>
24 </table>
25 {%form_close%}
26 </div>