]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_cats.tpl
More language strings renamed, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_edit_cats.tpl
index 307f4e6943daf6c7f7224ecaadd3a7320742a91b..0efbdbad8abe9a87c363138f68a381f959fbc4da 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">
-               <strong>{--EDIT_CATEGORIES--}:</strong>
+       <td align="center" colspan="2" class="admin_title bottom">
+               <strong>{--ADMIN_EDIT_CATEGORIES_TITLE--}:</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--}" />
+               <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_CHANGE_CATEGORIES--}" />
        </td>
 </tr>
 </table>
 </form>
+</div>