Continued a bit:
[mailer.git] / templates / de / html / admin / admin_edit_cats.tpl
index 15d8a2979d9a5998fca866358ee826ecc61350e2..1ec7f76e1969bade850a40e84394a6ec50c69f53 100644 (file)
@@ -1,16 +1,18 @@
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_cats&amp;do=edit%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_cats&amp;do=edit%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td align="center" colspan="3" height="30" class="admin_title bottom">
-               <strong>{--EDIT_CATEGORIES--}:</strong>
+       <td align="center" colspan="2" class="table_header bottom">
+               <strong>{--ADMIN_EDIT_CATEGORIES_TITLE--}:</strong>
        </td>
 </tr>
 $content
 <tr>
-       <td align="center" colspan="3" class="admin_footer">
-               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="ok" class="admin_submit" value="{--CHANGE_CATS--}" />
+       <td align="center" colspan="2" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="ok" value="{--ADMIN_CHANGE_CATEGORIES--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
+</div>