More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_unlock_sponsor.tpl
index 1ae088e5cd555e56d898dc83e3f9687dafcf63c8..5953437a4f62b7e6ba0be0f727471647ee70508e 100644 (file)
@@ -1,25 +1,25 @@
 <div align="center">
 <form action="{!URL!}/modules.php?module=admin&amp;what=unlock_sponsor" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed">
-<TR>
-  <TD colspan="4" class="admin_title bottom2" height="30" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+  <td colspan="4" class="admin_title bottom2" height="30" align="center">
     <strong>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</strong>
-  </TD>
-</TR>
-<TR>
-  <TD align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
-  <TD align="center" class="admin_title bottom2 right2"><strong>{--SURNAME_FAMILY--}:</strong></TD>
-  <TD align="center" class="admin_title bottom2 right2"><strong>{--REMOTE_IP--}:</strong></TD>
-  <TD align="center" class="admin_title bottom2"><strong>{--SPONSOR_CREATED--}:</strong></TD>
-</TR>
+  </td>
+</tr>
+<tr>
+  <td align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+  <td align="center" class="admin_title bottom2 right2"><strong>{--SURNAME_FAMILY--}:</strong></td>
+  <td align="center" class="admin_title bottom2 right2"><strong>{--REMOTE_IP--}:</strong></td>
+  <td align="center" class="admin_title bottom2"><strong>{--SPONSOR_CREATED--}:</strong></td>
+</tr>
 {!__SPONSOR_ROWS!}
-<TR>
-  <TD colspan="4" class="admin_footer" height="30" align="center">
+<tr>
+  <td colspan="4" class="admin_footer" height="30" align="center">
     <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
     <INPUT type="submit" name="ok" class="admin_submit" value="{--SPONSOR_UNLOCK--}" />
-  </TD>
-</TR>
-</TABLE>
+  </td>
+</tr>
+</table>
 </form>
 </div>