]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_undelete_surfbar_urls.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_undelete_surfbar_urls.tpl
index 1707e5a9b3e088a6ade1fe4a94a969f08c1bf749..4ce5c1d10f5aece8a881b6d7fc62a222eeba9501 100644 (file)
@@ -1,24 +1,24 @@
 <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="4" class="admin_title" height="30">
+       <td align="center" colspan="4" class="table_header">
                <strong>{--ADMIN_SURFBAR_UNDELETE_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" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</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" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
 </tr>
 $content
 <tr>
-       <td class="admin_footer" colspan="4">
-               <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="do_undelete" class="admin_lock" value="{--ADMIN_SURFBAR_UNDELETE_URL_NOW--}" />
+       <td class="table_footer" colspan="4">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" name="do_undelete" class="admin_lock" value="{--ADMIN_SURFBAR_UNDELETE_URL_NOW_SUBMIT--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>