]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_cats.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_cats.tpl
index 52e6650b0bf816e46e0532fa71091c413fc1d6dd..37b1a4910acb0a32f2b6a06920bccfa352342fe5 100644 (file)
@@ -1,21 +1,28 @@
 <div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_cats%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="3" align="center" class="table_header bottom" height="50">
-                       {--USER_ID--}: <strong><a href="{%url=modules.php?module=admin&amp;what=list_user&amp;userid=$content[userid]%}">$content[userid]</a></strong>
-                       ($content[email])
-               </td>
-       </tr>
-       $content[rows]
-       <tr>
-               <td colspan="3" class="table_footer">
-                       <div>
-                               <u>{--ADMIN_MEMBER_FUNCTIONS--}:</u>
-                       </div>
-                       <div>
-                               {%pipe,generateMemberAdminActionLinks=$content[userid]%}
-                       </div>
-               </td>
-       </tr>
+<tr>
+       <td align="center" colspan="4" class="table_header bottom">
+               <strong>{--ADMIN_CONFIG_CATEGORIES_TITLE--}</strong>
+       </td>
+</tr>
+
+<tr>
+       <td class="header_column bottom right" align="center" width="30"><strong>{--ID_SELECT--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--CATEGORY_NAME--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_IS_VISIBLE--}</strong></td>
+       <td class="header_column bottom" align="center"><strong>{--SORTING_KEY--}</strong></td>
+</tr>
+
+$content
+
+<tr>
+       <td class="table_footer" colspan="4">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT_CATEGORIES--}" />
+               <input type="submit" class="form_delete" name="delete" value="{--ADMIN_DELETE_CATEGORIES--}" />
+       </td>
+</tr>
 </table>
+{%form_close%}
 </div>