]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_cats.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_edit_cats.tpl
index d54d59de0c70887ba3c635772ef153ce3a320335..613a1777b8b466e348cbe2b17eebfa2cb7c34805 100644 (file)
@@ -1,15 +1,15 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_cats&do=edit" method="POST">
+<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="3" height="30" class="admin_title bottom2">
                <strong>{--EDIT_CATEGORIES--}:</strong>
        </td>
 </tr>
-{!__CAT_ROWS!}
+$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--}" />
+               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="ok" class="admin_submit" value="{--CHANGE_CATS--}" />
        </td>
 </tr>
 </table>