]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_cats.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_cats.tpl
index d5cee91301c281a0dce8ea111f24e225dd185fb5..24b68aab1565a2de0b8ef045700f4e694d529495 100644 (file)
@@ -1,15 +1,25 @@
-<table border="0" cellspacing="0" cellpadding="0" width="500"
-       class="admin_table dashed">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_cats%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_header bottom2"
-                       height="50">{--USER_ID--}: <strong><a
-                       href="{!URL!}/modules.php?module=admin&amp;what=list_user&amp;u_id={!__UID!}">{!__UID!}</a></strong>({!__EMAIL!})
+               <td align="center" colspan="4" class="table_header bottom">
+                       <strong>{--ADMIN_CONFIG_CATEGORIES_TITLE--}</strong>
                </td>
        </tr>
-       {!__CATS_ROWS!}
        <tr>
-               <td colspan="3" class="admin_footer"
-                       style="padding-top: 10px; padding-bottom: 10px"><u>{--ADMIN_MEMBER_FUNCTIONS--}:</u><br />
-               {!__MEMBER_LINKS!}</td>
+               <td class="header_column bottom right" align="center"><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>
+</div>