More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_list_country.tpl
index a90c2dc8ef61a07344e18fab438cf10cc9e17d5a..df03681c8786de43c65f6e418eb5c82bc3772733 100644 (file)
@@ -1,30 +1,28 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_country"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620"
-       class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_COUNTRIES--}:</strong>
-               </TD>
-       </TR>
-       <TR>
-               <TD width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
-               <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></TD>
-               <TD width="400" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></TD>
-               <TD width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></TD>
-       </TR>
+<div align="center>
+<form action="{!URL!}/modules.php?module=admin&amp;what=list_country" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+       <tr>
+               <td colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_COUNTRIES--}:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+               <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
+               <td width="400" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
+               <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
+       </tr>
        {!__COUNTRY_ROWS!}
-       <TR>
-               <TD colspan="4" class="admin_footer"><INPUT
+       <tr>
+               <td colspan="4" class="admin_footer"><INPUT
                        type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                <INPUT type="submit" name="change" class="admin_submit"
                        value="{--ADMIN_DE_ACTIVATE--}" /> <INPUT type="submit"
                        name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
                <INPUT type="submit" name="delete" class="admin_delete"
-                       value="{--ADMIN_DELETE_ENTRIES--}" /></TD>
-       </TR>
-</TABLE>
+                       value="{--ADMIN_DELETE_ENTRIES--}" /></td>
+       </tr>
+</table>
 </form>
 
-<P>
        {!__ADD_COUNTRY_FORM!}
-</P>
+</div>