]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_surfbar_urls.tpl
Changed all admin getter, closed internal TODOs:
[mailer.git] / templates / de / html / admin / admin_del_surfbar_urls.tpl
index ed74042140fb960047d381fef20a10c6eae46d5d..a2067a17db91cae21046fc1a8f9ae8de4eed8418 100644 (file)
@@ -1,14 +1,15 @@
-<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="3" class="admin_title" height="30">
+       <td align="center" colspan="3" class="admin_title">
                <strong>{--ADMIN_SURFBAR_DELETE_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" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</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" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
 </tr>
 $content
 <tr>
@@ -19,3 +20,4 @@ $content
 </tr>
 </table>
 </form>
+</div>