]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_lock_surfbar_urls.tpl
More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_lock_surfbar_urls.tpl
index 50188016eccd4a03cc426363c041c2368a64b996..cccc67d3b58a94e3db862f9832122aa9a7260da2 100644 (file)
@@ -1,23 +1,25 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_surfbar_urls" method="POST">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_surfbar_urls%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
 <tr>
-       <td align="center" colspan="5" class="admin_title" height="30">
+       <td align="center" colspan="5" class="admin_title">
                <strong>{--ADMIN_SURFBAR_LOCK_URLS_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
-       <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
-       <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
-       <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
-       <td class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+       <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
 </tr>
 $content
 <tr>
        <td class="admin_footer" colspan="5">
-               <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />&nbsp;*
+               <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                <input type="submit" name="do_lock" class="admin_lock" value="{--ADMIN_SURFBAR_LOCK_URL_NOW--}" />
        </td>
 </tr>
 </table>
 </form>
+</div>