Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_member_menu_overview.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=memedit&amp;sub=$content[sub]%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td class="header_column bottom right" align="center" width="5%"><strong>{--ID_SELECT--}</strong></td>
6         <td class="header_column bottom right" align="center" width="25%"><strong>{--ADMIN_DISPLAY_ACTION--}</strong></td>
7         <td class="header_column bottom right" align="center" width="25%"><strong>{--ADMIN_DISPLAY_WHAT--}</strong></td>
8         <td class="header_column bottom right" align="center" width="25%"><strong>{--ADMIN_DISPLAY_TITLE--}</strong></td>
9         <td class="header_column bottom" align="center" width="20%"><strong>{--ADMIN_SORT_NAVIGATION--}</strong></td>
10 </tr>
11 $content[rows]
12 <tr>
13         <td colspan="5" class="table_footer">
14                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
15                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT_MENUS--}" />
16                 <input type="submit" class="form_submit" name="status" value="{--ADMIN_CHANGE_MENUS--}" />
17                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_DELETE_MENUS--}" />
18         </td>
19 </tr>
20 </table>
21 {%form_close%}
22 </div>