]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_lock_surfbar_urls.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / admin / admin_lock_surfbar_urls.tpl
index 02b7bd239c923f440a33b0e5f5723ee406beb605..55d5bad87cbd4acdd520e02163e688b87e0479a1 100644 (file)
@@ -1,25 +1,25 @@
 <div align="center">
-<form action="{?URL?}/modules.php?module=admin&amp;what=list_surfbar_urls" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_surfbar_urls%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td align="center" colspan="5" class="admin_title" height="30">
+       <td align="center" colspan="5" class="table_header">
                <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>{--_USERID--}</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--}" />
-               <input type="submit" name="do_lock" class="admin_lock" value="{--ADMIN_SURFBAR_LOCK_URL_NOW--}" />
+       <td class="table_footer" colspan="5">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" name="do_lock" class="admin_lock" value="{--ADMIN_SURFBAR_LOCK_URL_NOW_SUBMIT--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>