]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_emails.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_unlock_emails.tpl
index 5bf7708e94da5f50dfda6d6a99def68c86bb056d..cdde833195ca1f732aba49e5e460b2dc358beab7 100644 (file)
@@ -1,9 +1,8 @@
-<form actiom="{?URL?}/modules.php?module=admin&amp;what=unlock_emails" method="post">
-<table border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="99%">
+<form accept-charset="utf-8" actiom="{?URL?}/modules.php?module=admin&amp;what=unlock_emails" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
        <tr>
-               <td colspan="8" align="center" class="admin_header bottom2"
-                       height="35"><div class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</div>
+               <td colspan="8" align="center" class="admin_header bottom2" height="35">
+                       <div class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</div>
                </td>
        </tr>
        <tr>
                <td class="admin_header right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
                <td class="admin_header" style="white-space: nowrap" align="center"><strong>{--EMAIL_TSEND--}</strong></td>
        </tr>
-       {!__UNLOCK_ROWS!}
+       $content[rows]
        <tr>
                <td class="admin_footer top2" colspan="8" align="center" height="35">
-               {--ADMIN_ENTER_REDIRECT_URL--}: <input type="text" name="redirect"
-                       class="admin_normal" size="30" maxlength="255"
-                       value="{!__REJECT_URL!}"></td>
+                       {--ADMIN_ENTER_REDIRECT_URL--}: <input type="text" name="redirect" class="admin_normal" size="30" maxlength="255" value="{?reject_url?}" />
+               </td>
        </tr>
        <tr>
                <td class="admin_footer top2" colspan="8" align="center" height="35">
-               <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
-               <input type="submit" class="admin_submit" name="accept"
-                       value="{--EMAIL_ACCEPT--}" /> <input type="submit"
-                       class="admin_submit_reject" name="reject" value="{--EMAIL_REJECT--}" />
+                       <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
+                       <input type="submit" class="admin_submit" name="accept" value="{--EMAIL_ACCEPT--}" />
+                       <input type="submit" class="admin_submit_reject" name="reject" value="{--EMAIL_REJECT--}" />
                </td>
        </tr>
 </table>