]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_cats.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_edit_cats.tpl
index b3c0877bdee72bfe9812a8120b3b016702caffaa..1ec7f76e1969bade850a40e84394a6ec50c69f53 100644 (file)
@@ -1,16 +1,18 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_cats&do=edit" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-<TR>
-       <TD align="center" colspan="3" height="30" class="admin_header bottom2">
-               <STRONG>{--EDIT_CATEGORIES--}:</STRONG>
-       </TD>
-</TR>
-{!__CAT_ROWS!}
-<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>
-</TR>
-</TABLE>
-</FORM>
+<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="2" class="table_header bottom">
+               <strong>{--ADMIN_EDIT_CATEGORIES_TITLE--}:</strong>
+       </td>
+</tr>
+$content
+<tr>
+       <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_close%}
+</div>