Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_add_cat.tpl
index 0dc30fc63df4a701c397f1f778b1020f86796622..dd9d75d8615ba3f78a26fe2ff15305578a2433fa 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{?URL?}/modules.php?module=admin&amp;what=config_cats" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_cats" method="post" style="margin-bottom: 0px">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td class="admin_title bottom2 seperator" width="10" height="30">&nbsp;</td>
@@ -18,7 +18,7 @@
                </td>
                <td class="seperator" width="7">&nbsp;</td>
                <td>
-                       <input type="text" name="catname" size="30" maxlength="255" class="admin_normal" />
+                       <input type="text" class="admin_normal" name="catname" size="30" maxlength="255" />
                </td>
                <td class="seperator" width="10">&nbsp;</td>
        </tr>
@@ -32,7 +32,7 @@
                </td>
                <td class="seperator" width="7">&nbsp;</td>
                <td><select name="parent" size="1" class="admin_select">
-                       {--CATS--}
+                       $content[cats]
                        <option value="-1">{--IS_TOP_CATEGORY--}</option>
                </select></td>
                <td class="seperator" width="10">&nbsp;</td>
                        <strong>{--CAT_IS_VISIBLE--}</strong>
                </td>
                <td class="seperator" width="7">&nbsp;</td>
-               <td>{--YES--}: <input type="radio" name="visible" value="Y"
-                       class="admin_normal" checked="checked" />&nbsp;&nbsp; {--NO--}: <input
-                       type="radio" name="visible" value="N" class="admin_normal"></td>
+               <td>
+                       {--YES--}: <input type="radio" class="admin_normal" name="visible" value="Y" checked="checked" />
+                       {--NO--}: <input type="radio" class="admin_normal" name="visible" value="N" />
+               </td>
                <td class="seperator" width="10">&nbsp;</td>
        </tr>
        <tr>