Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_add_cat.tpl
index dd9d75d8615ba3f78a26fe2ff15305578a2433fa..6ce19a66f9f0477f5b503c7803a93a9893376e1e 100644 (file)
@@ -2,66 +2,47 @@
 <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>
                <td class="admin_title bottom2" align="center" colspan="3">
                        <strong>{--ADD_NEW_CATEGORY--}</strong>
                </td>
-               <td class="admin_title bottom2 seperator" width="10">&nbsp;</td>
        </tr>
+
        <tr>
-               <td height="7" colspan="5" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator" width="10">&nbsp;</td>
                <td align="right" width="200">
                        <strong>{--ENTER_CATNAME--}:</strong>
                </td>
-               <td class="seperator" width="7">&nbsp;</td>
                <td>
                        <input type="text" class="admin_normal" name="catname" size="30" maxlength="255" />
                </td>
-               <td class="seperator" width="10">&nbsp;</td>
-       </tr>
-       <tr>
-               <td height="7" colspan="5" class="seperator">&nbsp;</td>
        </tr>
+
        <tr>
-               <td class="seperator" width="10">&nbsp;</td>
                <td align="right" width="200">
                        <strong>{--SELECT_PARENT--}</strong>
                </td>
-               <td class="seperator" width="7">&nbsp;</td>
-               <td><select name="parent" size="1" class="admin_select">
-                       $content[cats]
-                       <option value="-1">{--IS_TOP_CATEGORY--}</option>
-               </select></td>
-               <td class="seperator" width="10">&nbsp;</td>
-       </tr>
-       <tr>
-               <td height="7" colspan="5" class="seperator">&nbsp;</td>
+               <td>
+                       <select name="parent" size="1" class="admin_select">
+                               $content[cats]
+                               <option value="-1">{--IS_TOP_CATEGORY--}</option>
+                       </select>
+               </td>
        </tr>
+
        <tr>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td align="right" width="200">
+               <td class="bottom2" align="right" width="200">
                        <strong>{--CAT_IS_VISIBLE--}</strong>
                </td>
-               <td class="seperator" width="7">&nbsp;</td>
-               <td>
+               <td class="bottom2">
                        {--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>
-               <td height="7" colspan="5" class="seperator bottom2">&nbsp;</td>
        </tr>
+
        <tr>
-               <td class="admin_footer seperator" width="10">&nbsp;</td>
                <td class="admin_footer" colspan="3">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" name="add" class="admin_submit" value="{--ADD_NEW_CAT--}" />
                </td>
-               <td class="admin_footer seperator" width="10">&nbsp;</td>
        </tr>
 </table>
 </form>