]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_emails.tpl
Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_unlock_emails.tpl
index dc443022a0d237c8f5bf136dc104624b99857510..b9454c2ac1754c04611acc47b5d8174a08404ae9 100644 (file)
@@ -1,36 +1,32 @@
-<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%">
-       <TR>
-               <TD colspan="8" align="center" class="admin_header bottom2"
-                       height="35"><STRONG class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="admin_header right2" align="center" width="10"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_SENDER--}</STRONG></TD>
-               <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_SUBJECT--}</STRONG></TD>
-               <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_URL--}</STRONG></TD>
-               <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_CATEGORY--}</STRONG></TD>
-               <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_PAYMENT--}</STRONG></TD>
-               <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--}
-       <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>
-       </TR>
-       <TR>
-               <TD class="admin_footer top2" colspan="8" align="center" height="35">
-               <INPUT type="reset" class="admin_reset" value="{--RESET_SELECT--}">&nbsp;*
-               <INPUT type="submit" class="admin_submit" name="accept"
-                       value="{--EMAIL_ACCEPT--}">&nbsp;* <INPUT type="submit"
-                       class="admin_submit_reject" name="reject" value="{--EMAIL_REJECT--}">
-               </TD>
-       </TR>
-</TABLE>
-</FORM>
+<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_title bottom" height="35">
+                       <div class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</div>
+               </td>
+       </tr>
+       <tr>
+               <td class="header_column right" align="center" width="10"><strong>{--ID_SELECT--}</strong></td>
+               <td class="header_column right" align="center"><strong>{--EMAIL_SENDER--}</strong></td>
+               <td class="header_column right" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+               <td class="header_column right" align="center"><strong>{--EMAIL_URL--}</strong></td>
+               <td class="header_column right" align="center"><strong>{--EMAIL_CATEGORY--}</strong></td>
+               <td class="header_column right" align="center"><strong>{--EMAIL_PAYMENT--}</strong></td>
+               <td class="header_column right" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
+               <td class="header_column" style="white-space: nowrap" align="center"><strong>{--EMAIL_TSEND--}</strong></td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td class="admin_footer top" 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>
+       </tr>
+       <tr>
+               <td class="admin_footer top" 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--}" />
+               </td>
+       </tr>
+</table>
+</form>