]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_surfbar_urls.tpl
ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_unlock_surfbar_urls.tpl
index 88b63e2a037791485027b587b786f6736ab5d657..066665617009359c62c502b98710032d8b45036c 100644 (file)
@@ -1,24 +1,26 @@
-<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">
+<div align="center">
+<form accept-charset="utf-8" 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">
                <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="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+       <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+</tr>
 $content
-<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>
+<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>
 </form>
+</div>