Even more XHTML fixes #2
[mailer.git] / templates / de / html / admin / admin_add_cat.tpl
index 5709322593159706f8e4d6ef9ec7009cdebcca50..a8c1e2b1a03dafc6c321fa6113396ee7a4a40fdc 100644 (file)
@@ -1,9 +1,10 @@
+<div align="center">
 <form action="{!URL!}/modules.php?module=admin&amp;what=config_cats" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" align="center" 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 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>
        <tr>
                <td class="seperator" width="10">&nbsp;</td>
-               <td align="right" width="200"><strong>{--ENTER_CATNAME--}:</strong>
+               <td align="right" width="200">
+                       <strong>{--ENTER_CATNAME--}:</strong>
                </td>
                <td class="seperator" width="7">&nbsp;</td>
-               <td><input type="text" name="catname" size="30" maxlength="255"
-                       class="admin_normal"></td>
+               <td>
+                       <input type="text" name="catname" size="30" maxlength="255" class="admin_normal" />
+               </td>
                <td class="seperator" width="10">&nbsp;</td>
        </tr>
        <tr>
@@ -24,7 +27,8 @@
        </tr>
        <tr>
                <td class="seperator" width="10">&nbsp;</td>
-               <td align="right" width="200"><strong>{--SELECT_PARENT--}</strong>
+               <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">
        </tr>
        <tr>
                <td class="seperator" width="10">&nbsp;</td>
-               <td align="right" width="200"><strong>{--CAT_IS_VISIBLE--}</strong>
+               <td align="right" width="200">
+                       <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>&nbsp;&nbsp; {--NO--}: <input
+                       class="admin_normal" checked="checked" />&nbsp;&nbsp; {--NO--}: <input
                        type="radio" name="visible" value="N" class="admin_normal"></td>
                <td class="seperator" width="10">&nbsp;</td>
        </tr>
        </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--}" />&nbsp;<input
-                       type="submit" name="add" class="admin_submit"
-                       value="{--ADD_NEW_CAT--}" /></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>
\ No newline at end of file
+</form>
+</div>