More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_unlock_emails_redir.tpl
index 1efb1979c267b741591f87cc7b4c98bc7dd04a7b..4874855f9c9e2332a93b432ba6d68d607f8cba3c 100644 (file)
@@ -1,22 +1,22 @@
 <form action="{!URL!}/modules.php?module=admin&amp;what=unlock_emails"
        method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
        class="admin_table dashed">
-       <TR>
-               <TD class="admin_header bottom2" width="10">&nbsp;</TD>
-               <TD class="admin_header bottom2" colspan="2" align="center"
+       <tr>
+               <td class="admin_header bottom2" width="10">&nbsp;</td>
+               <td class="admin_header bottom2" colspan="2" align="center"
                        height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</STRONG>
-               </TD>
-               <TD class="admin_header bottom2" width="10">&nbsp;</TD>
-       </TR>
+               </td>
+               <td class="admin_header bottom2" width="10">&nbsp;</td>
+       </tr>
        {!__URL_ROWS!}
-       <TR>
-               <TD class="admin_header" width="10">&nbsp;</TD>
-               <TD class="admin_header" colspan="2" align="center" height="35">
+       <tr>
+               <td class="admin_header" width="10">&nbsp;</td>
+               <td class="admin_header" colspan="2" align="center" height="35">
                <INPUT type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
                <INPUT type="submit" name="lock" class="admin_submit"
-                       value="{--ADMIN_LOCK_URLS--}" /></TD>
-               <TD class="admin_header" width="10">&nbsp;</TD>
-       </TR>
-</TABLE>
+                       value="{--ADMIN_LOCK_URLS--}" /></td>
+               <td class="admin_header" width="10">&nbsp;</td>
+       </tr>
+</table>
 </form>