More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_edit_email_select.tpl
index e854f6f02ce258cc99a144fb79a8bdf0f17758d9..541b4e445860208aa8dd815cfeaa0a99196b56f3 100644 (file)
@@ -1,21 +1,21 @@
 <form action="{!URL!}/modules.php?module=admin&amp;what=edit_emails"
        method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
        class="admin_table dashed">
-       <TR>
-               <TD width="10" height="30" class="admin_title seperator">&nbsp;</TD>
-               <TD align="center" colspan="3" class="admin_title"><strong>{--ADMIN_SELECT_EMAIL_EDIT--}:</strong>
-               </TD>
-               <TD width="10" class="admin_title seperator">&nbsp;</TD>
-       </TR>
+       <tr>
+               <td width="10" height="30" class="admin_title seperator">&nbsp;</td>
+               <td align="center" colspan="3" class="admin_title"><strong>{--ADMIN_SELECT_EMAIL_EDIT--}:</strong>
+               </td>
+               <td width="10" class="admin_title seperator">&nbsp;</td>
+       </tr>
        {!__EMAIL_SELECT_ROWS!}
-       <TR>
-               <TD width="10" class="admin_footer seperator top2">&nbsp;</TD>
-               <TD align="center" height="30" colspan="3" class="admin_footer top2">
+       <tr>
+               <td width="10" class="admin_footer seperator top2">&nbsp;</td>
+               <td align="center" height="30" colspan="3" class="admin_footer top2">
                <INPUT type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
                <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--ADMIN_EDIT_EMAIL--}" /></TD>
-               <TD width="10" class="admin_footer seperator top2">&nbsp;</TD>
-       </TR>
-</TABLE>
+                       value="{--ADMIN_EDIT_EMAIL--}" /></td>
+               <td width="10" class="admin_footer seperator top2">&nbsp;</td>
+       </tr>
+</table>
 </form>