A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_cats.tpl
index 1ff1c499bf45083d98b3ede636d5bc7d750e2a9a..376311d5c67da08a3361666c8898c6ea3a4df4f2 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="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="table_header bottom">
+                       <strong>{--ADMIN_CONFIG_CATEGORIES_TITLE--}</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>{--CATEGORY_NAME--}</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="table_footer" colspan="4">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="form_submit" value="{--ADMIN_EDIT_CATEGORIES--}" />
+                       <input type="submit" name="del" class="form_delete" value="{--ADMIN_DELETE_CATEGORIES--}" />
+               </td>
        </tr>
 </table>
 </form>