]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_cats.tpl
ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_edit_cats.tpl
index 307f4e6943daf6c7f7224ecaadd3a7320742a91b..f02dc4c4aac27df2426b40b16818a3be39b76c2b 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">
+<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_title bottom">
+       <td align="center" colspan="2" class="admin_title bottom">
                <strong>{--EDIT_CATEGORIES--}:</strong>
        </td>
 </tr>
 $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>