More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_add_cat.tpl
index 2e59535d92ed88b979e1b6be0b5030b0b4518a75..9cbaf8205659a25b135dfe28044ad3527fe345b5 100644 (file)
@@ -1,62 +1,62 @@
 <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"
+<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>
-               <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" name="catname" size="30" maxlength="255"
-                       class="admin_normal"></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">
+       <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" name="catname" size="30" maxlength="255"
+                       class="admin_normal"></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">
                        {--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>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <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"
+               </select></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>{--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
-                       type="radio" name="visible" value="N" class="admin_normal"></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="radio" name="visible" value="N" class="admin_normal"></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--}" />&nbsp;<INPUT
                        type="submit" name="add" class="admin_submit"
-                       value="{--ADD_NEW_CAT--}" /></TD>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-       </TR>
-</TABLE>
+                       value="{--ADD_NEW_CAT--}" /></td>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+       </tr>
+</table>
 </form>
\ No newline at end of file