]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_emails_redir.tpl
Double question mark fixed
[mailer.git] / templates / de / html / admin / admin_unlock_emails_redir.tpl
index 5fadab69613681168e80c63d44e3776e497b3d46..89274564d6308a8f4f7a178d9b469ed2506d2a25 100644 (file)
@@ -1,15 +1,15 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=unlock_emails" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=unlock_emails%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="admin_title bottom2" colspan="2" align="center"
-                       height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</div>
+               <td class="table_header bottom" colspan="2" align="center" height="35">
+                       {--ADMIN_REJECTED_URLS--}
                </td>
        </tr>
        $content
        <tr>
-               <td class="admin_title" colspan="2" align="center" height="35">
-                       <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
-                       <input type="submit" name="lock" class="admin_submit" value="{--ADMIN_LOCK_URLS--}" />
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--RESET_SELECT--}" />
+                       <input type="submit" class="form_delete" name="lock" value="{--ADMIN_LOCK_URLS--}" />
                </td>
        </tr>
 </table>