]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_cats.tpl
Several template fixes/cleanups, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_edit_cats.tpl
index 77d9b42aabe1013e50871f30c124bc5769b39aa3..f02dc4c4aac27df2426b40b16818a3be39b76c2b 100644 (file)
@@ -1,16 +1,18 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_cats&do=edit" method="POST">
+<div align="center">
+<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">
 <tr>
-       <td align="center" colspan="3" height="30" class="admin_header bottom2">
+       <td align="center" colspan="2" class="admin_title bottom">
                <strong>{--EDIT_CATEGORIES--}:</strong>
        </td>
 </tr>
-{!__CAT_ROWS!}
+$content
 <tr>
-       <td align="center" colspan="3" class="admin_footer">
+       <td align="center" colspan="2" 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>