]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_cat.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_add_cat.tpl
index 3214c7d333d27cba11eb23c142b0e8eeffb0db1b..57f1cbb8f275ac0f212533195e034b55ab76198d 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_cats%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_cats%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td class="table_header bottom" align="center" colspan="2">
@@ -9,7 +9,7 @@
 
        <tr>
                <td align="right">
-                       <strong>{--ADMIN_ENTER_CATEGORY_NAME--}:</strong>
+                       {--ADMIN_ENTER_CATEGORY_NAME--}:
                </td>
                <td>
                        <input type="text" class="form_field" name="catname" size="30" maxlength="255" />
@@ -18,7 +18,7 @@
 
        <tr>
                <td align="right">
-                       <strong>{--ADMIN_SELECT_PARENT_CATEGORY--}</strong>
+                       {--ADMIN_SELECT_PARENT_CATEGORY--}
                </td>
                <td>
                        <select name="parent" size="1" class="form_select">
@@ -30,7 +30,7 @@
 
        <tr>
                <td class="bottom" align="right">
-                       <strong>{--ADMIN_CATEGORY_IS_VISIBLE--}</strong>
+                       {--ADMIN_CATEGORY_IS_VISIBLE--}
                </td>
                <td class="bottom">
                        <input type="radio" class="form_field" name="visible" value="Y" checked="checked" /> {--YES--}<br />
@@ -45,5 +45,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>