A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_unlock_emails_redir.tpl
index 88e5ed6ebecebb5202671d641623e1117d887c83..1f54a5d4d862b82a69267ba5215c60462b051cc2 100644 (file)
@@ -1,21 +1,16 @@
-<form 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="admin_table dashed">
        <tr>
-               <td class="admin_header bottom2" width="10">&nbsp;</td>
-               <td class="admin_header bottom2" colspan="2" align="center"
+               <td class="admin_title bottom" colspan="2" align="center"
                        height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</div>
                </td>
-               <td class="admin_header bottom2" width="10">&nbsp;</td>
        </tr>
-       {!__URL_ROWS!}
+       $content
        <tr>
-               <td class="admin_header" width="10">&nbsp;</td>
-               <td class="admin_header" 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>
-               <td class="admin_header" width="10">&nbsp;</td>
+               <td class="admin_title" colspan="2" align="center">
+                       <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
+                       <input type="submit" name="lock" class="admin_submit" value="{--ADMIN_LOCK_URLS--}" />
+               </td>
        </tr>
 </table>
 </form>