A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_cats.tpl
index b9f04681c5107e24aacb7ba28d15b0bd72d337d5..376311d5c67da08a3361666c8898c6ea3a4df4f2 100644 (file)
@@ -1,24 +1,25 @@
-<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">
-       <TR>
-               <TD align="center" colspan="4" class="admin_header bottom2"
-                       height="50"><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>
-       </TR>
-       {!__CAT_ROWS!}
-       <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>
-       </TR>
-</TABLE>
+<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 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"><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>
+       $content
+       <tr>
+               <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>
+</div>