]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_surfbar_urls.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_unlock_surfbar_urls.tpl
index 88b63e2a037791485027b587b786f6736ab5d657..442f4de3d0cdb816b676d831c2d43f0aa18fed8f 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">
-               <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>
+<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="table dashed" width="600">
+<tr>
+       <td align="center" colspan="5" class="table_header">
+               <strong>{--ADMIN_SURFBAR_UNLOCK_URLS_TITLE--}</strong>
+       </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>{--_USERID--}</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="table_footer" colspan="5">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" name="reject" class="form_delete" value="{--ADMIN_SURFBAR_REJECT_URL_SUBMIT--}" />
+               <input type="submit" name="unlock" class="form_submit" value="{--ADMIN_SURFBAR_CONFIRM_URL_SUBMIT--}" />
+       </td>
+</tr>
+</table>
 </form>
+</div>