More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_unlock_emails.tpl
index 4e50b885963fb90369043319178e01d34367e52f..f372160b93d4e9a64f1adb12afa3a452f3e76db1 100644 (file)
@@ -1,36 +1,36 @@
 <form actiom="{!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" width="99%">
-       <TR>
-               <TD colspan="8" align="center" class="admin_header bottom2"
+       <tr>
+               <td colspan="8" align="center" class="admin_header bottom2"
                        height="35"><div class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="admin_header right2" align="center" width="10"><strong>{--ID_SELECT--}</strong></TD>
-               <TD class="admin_header right2" align="center"><strong>{--EMAIL_SENDER--}</strong></TD>
-               <TD class="admin_header right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></TD>
-               <TD class="admin_header right2" align="center"><strong>{--EMAIL_URL--}</strong></TD>
-               <TD class="admin_header right2" align="center"><strong>{--EMAIL_CATEGORY--}</strong></TD>
-               <TD class="admin_header right2" align="center"><strong>{--EMAIL_PAYMENT--}</strong></TD>
-               <TD class="admin_header right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></TD>
-               <TD class="admin_header" style="white-space: nowrap" align="center"><strong>{--EMAIL_TSEND--}</strong></TD>
-       </TR>
+               </td>
+       </tr>
+       <tr>
+               <td class="admin_header right2" align="center" width="10"><strong>{--ID_SELECT--}</strong></td>
+               <td class="admin_header right2" align="center"><strong>{--EMAIL_SENDER--}</strong></td>
+               <td class="admin_header right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+               <td class="admin_header right2" align="center"><strong>{--EMAIL_URL--}</strong></td>
+               <td class="admin_header right2" align="center"><strong>{--EMAIL_CATEGORY--}</strong></td>
+               <td class="admin_header right2" align="center"><strong>{--EMAIL_PAYMENT--}</strong></td>
+               <td class="admin_header right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
+               <td class="admin_header" style="white-space: nowrap" align="center"><strong>{--EMAIL_TSEND--}</strong></td>
+       </tr>
        {!__UNLOCK_ROWS!}
-       <TR>
-               <TD class="admin_footer top2" colspan="8" align="center" height="35">
+       <tr>
+               <td class="admin_footer top2" colspan="8" align="center" height="35">
                {--ADMIN_ENTER_REDIRECT_URL--}: <INPUT type="text" name="redirect"
                        class="admin_normal" size="30" maxlength="255"
-                       value="{!__REJECT_URL!}"></TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer top2" colspan="8" align="center" height="35">
+                       value="{!__REJECT_URL!}"></td>
+       </tr>
+       <tr>
+               <td class="admin_footer top2" colspan="8" align="center" height="35">
                <INPUT type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
                <INPUT type="submit" class="admin_submit" name="accept"
                        value="{--EMAIL_ACCEPT--}" /> <INPUT type="submit"
                        class="admin_submit_reject" name="reject" value="{--EMAIL_REJECT--}" />
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+       </tr>
+</table>
 </form>