]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_cats.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_config_cats.tpl
index 1ff1c499bf45083d98b3ede636d5bc7d750e2a9a..1416bdd6bc1931d5be6b66dce6fd9a27d9f5192b 100644 (file)
@@ -1,24 +1,24 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_cats" method="POST">
-<table border="0" cellspacing="0" cellpadding="0" width="99%"
-       class="admin_table dashed">
+<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="admin_table dashed">
        <tr>
-               <td align="center" colspan="4" class="admin_header bottom2"
-                       height="50"><strong>{--EDIT_DEL_CATEGORIES--}</strong></td>
+               <td align="center" colspan="4" class="admin_title bottom">
+                       <strong>{--EDIT_DEL_CATEGORIES--}</strong>
+               </td>
        </tr>
        <tr>
-               <td class="admin_title bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--CATNAME--}</strong></td>
-               <td class="admin_title bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></td>
-               <td class="admin_title bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--CATNAME--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--IS_VISIBLE--}</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--SORTING_KEY--}</strong></td>
        </tr>
-       {!__CAT_ROWS!}
+       $content
        <tr>
-               <td class="admin_footer" colspan="4"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="edit" class="admin_submit"
-                       value="{--EDIT_CATS--}" /> <input type="submit"
-                       name="del" class="admin_delete" value="{--DEL_CATS--}" /></td>
+               <td class="admin_footer" colspan="4">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--EDIT_CATS--}" />
+                       <input type="submit" name="del" class="admin_delete" value="{--DEL_CATS--}" />
+               </td>
        </tr>
 </table>
 </form>