More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_add_country.tpl
index 7b8b8d9e4194cf973713fa9757e33a6bb4e72d17..9e95f4816f81c0bf6376ed732da0cc92a0232ef4 100644 (file)
@@ -1,58 +1,58 @@
 <form action="{!URL!}/modules.php?module=admin&amp;what=list_country"
        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" width="430">
-       <TR>
-               <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
-               <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
-               </TD>
-               <TD class="admin_title bottom2" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD width="100"><INPUT type="text" name="code"
-                       class="admin_normal" size="2" maxlength="2"></TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD><INPUT type="text" name="descr" class="admin_normal"
-                       size="10" maxlength="255"></TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD><select name="is_active" size="1" class="admin_select">
+       <tr>
+               <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
+               <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
+               </td>
+               <td class="admin_title bottom2" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" colspan="5" height="7">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</td>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td width="100"><INPUT type="text" name="code"
+                       class="admin_normal" size="2" maxlength="2"></td>
+               <td class="seperator" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" colspan="5" height="7">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</td>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td><INPUT type="text" name="descr" class="admin_normal"
+                       size="10" maxlength="255"></td>
+               <td class="seperator" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" colspan="5" height="7">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</td>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td><select name="is_active" size="1" class="admin_select">
                        <option value="Y">{--YES--}</option>
                        <option value="N">{--NO--}</option>
-               </select></TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator bottom2" colspan="5" height="7">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-               <TD class="admin_footer" colspan="3" align="center"><INPUT
+               </select></td>
+               <td class="seperator" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+               <td class="admin_footer" colspan="3" align="center"><INPUT
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="add" class="admin_submit"
-                       value="{--ADD_COUNTRY--}" /></TD>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-       </TR>
-</TABLE>
+                       value="{--ADD_COUNTRY--}" /></td>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+       </tr>
+</table>
 </form>