37b1a4910acb0a32f2b6a06920bccfa352342fe5
[mailer.git] / templates / de / html / admin / admin_list_cats.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_cats%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" colspan="4" class="table_header bottom">
6                 <strong>{--ADMIN_CONFIG_CATEGORIES_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td class="header_column bottom right" align="center" width="30"><strong>{--ID_SELECT--}</strong></td>
12         <td class="header_column bottom right" align="center"><strong>{--CATEGORY_NAME--}</strong></td>
13         <td class="header_column bottom right" align="center"><strong>{--ADMIN_IS_VISIBLE--}</strong></td>
14         <td class="header_column bottom" align="center"><strong>{--SORTING_KEY--}</strong></td>
15 </tr>
16
17 $content
18
19 <tr>
20         <td class="table_footer" colspan="4">
21                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
22                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT_CATEGORIES--}" />
23                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_DELETE_CATEGORIES--}" />
24         </td>
25 </tr>
26 </table>
27 {%form_close%}
28 </div>