]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_cats.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_edit_cats.tpl
index eaa60d97d0d6ef70e3dafb3146234e556195d3b7..9aa6b90536a5136d9ca14fd98eb8615189edb87b 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 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="table dashed">
 <tr>
-       <td align="center" colspan="3" height="30" class="admin_header bottom2">
-               <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" name="ok" class="form_submit" value="{--ADMIN_CHANGE_CATEGORIES--}" />
        </td>
 </tr>
 </table>
 </form>
+</div>