]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_cats.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_del_cats.tpl
index ef57ae2068f83212dadfde7d12e48785775341cf..c446fa0a2a5a6300f1ae2cedb41e8bd32f396aec 100644 (file)
@@ -1,14 +1,18 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_cats&amp;do=del" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_cats&amp;do=del%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td align="center" height="30" class="admin_header bottom2"><strong>{--DELETE_CATEGORIES--}:</strong></td>
+               <td align="center" class="admin_title bottom">
+                       <strong>{--DELETE_CATEGORIES--}:</strong>
+               </td>
        </tr>
        $content
        <tr>
-               <td class="admin_footer">
+               <td align="center" class="admin_footer">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" name="ok" class="admin_delete" value="{--REMOVE_CATS--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>