More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_unlock_surfbar_urls.tpl
index 88b63e2a037791485027b587b786f6736ab5d657..146534a9463769f543be0f42e070722455aa3cd3 100644 (file)
@@ -1,24 +1,26 @@
+<div align="center">
 <form action="{!URL!}/modules.php?module=admin&amp;what=unlock_surfbar_urls" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
-<TR>
-       <TD align="center" colspan="5" class="admin_title" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
+<tr>
+       <td align="center" colspan="5" class="admin_title" height="30">
                <strong>{--ADMIN_UNLOCK_SURFBAR_URLS_TITLE--}</strong>
-       </TD>
-</TR>
-<TR>
-       <TD class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
-       <TD class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></TD>
-       <TD class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></TD>
-       <TD class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></TD>
-       <TD class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></TD>
-</TR>
+       </td>
+</tr>
+<tr>
+       <td class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+       <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
+       <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></td>
+       <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+       <td class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+</tr>
 $content
-<TR>
-       <TD class="admin_footer" colspan="5">
+<tr>
+       <td class="admin_footer" colspan="5">
                <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                <INPUT type="submit" name="reject" class="admin_submit" value="{--ADMIN_SURFBAR_REJECT_URL--}" />
                <INPUT type="submit" name="unlock" class="admin_submit" value="{--ADMIN_SURFBAR_CONFIRM_URL--}" />
-       </TD>
-</TR>
-</TABLE>
+       </td>
+</tr>
+</table>
 </form>
+</div>