]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_emails_redir.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_unlock_emails_redir.tpl
index f2427de9f0f551df3e9e77053d488273dffe2655..c1c204de2259b0f1ec4b1735920d7be8808b1742 100644 (file)
@@ -1,22 +1,21 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=unlock_emails"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<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"
-                       height="35"><STRONG class="admin_misc">{--ADMIN_REJECTED_URLS--}</STRONG>
-               </TD>
-               <TD class="admin_header bottom2" width="10">&nbsp;</TD>
-       </TR>
-       {!__URL_ROWS!}
-       <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>
-       </TR>
-</TABLE>
-</FORM>
+       <tr>
+               <td class="admin_header bottom2" width="10">&nbsp;</td>
+               <td class="admin_header bottom2" 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>
+       $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>
+       </tr>
+</table>
+</form>