More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
index b3cd36d0a3f102153695a64f0270a33903aadbe2..152f92b42a97f90d1aa6b2cc8a8a70e7f25fc799 100644 (file)
@@ -1,25 +1,25 @@
 <form action="{!URL!}/modules.php?module=admin&amp;what=admins_mails"
        method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
        class="admin_table dashed">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_TITLE--}</strong>
-               </TD>
-       </TR>
-       <TR>
-               <TD width="30" class="admin_title bottom2 right2" align="center">
-               <strong>{--ID_SELECT--}</strong></TD>
-               <TD width="235" class="admin_title bottom2 right2" align="center">
-               <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong></TD>
-               <TD width="235" class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
-               </TD>
-       </TR>
+       <tr>
+               <td colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_TITLE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="30" class="admin_title bottom2 right2" align="center">
+               <strong>{--ID_SELECT--}</strong></td>
+               <td width="235" class="admin_title bottom2 right2" align="center">
+               <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong></td>
+               <td width="235" class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
+               </td>
+       </tr>
        {!__MAILS_ROWS!}
-       <TR>
-               <TD colspan="3" class="admin_footer"><INPUT
+       <tr>
+               <td colspan="3" class="admin_footer"><INPUT
                        type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                <INPUT type="submit" name="edit" class="admin_submit"
-                       value="{--ADMIN_ADMINS_EDIT--}" /></TD>
-       </TR>
-</TABLE>
+                       value="{--ADMIN_ADMINS_EDIT--}" /></td>
+       </tr>
+</table>
 </form>