]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_unlock_emails.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_unlock_emails.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=unlock_emails%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="99%">
4 <tr>
5         <td colspan="8" align="center" class="table_header bottom" height="35">
6                 {--ADMIN_UNLOCK_EMAILS--}
7         </td>
8 </tr>
9
10 <tr>
11         <td class="header_column right" align="center" width="30"><strong>{--ID_SELECT--}</strong></td>
12         <td class="header_column right" align="center"><strong>{--EMAIL_SENDER--}</strong></td>
13         <td class="header_column right" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
14         <td class="header_column right" align="center"><strong>{--EMAIL_URL--}</strong></td>
15         <td class="header_column right" align="center"><strong>{--EMAIL_CATEGORY--}</strong></td>
16         <td class="header_column right" align="center"><strong>{--EMAIL_PAYMENT--}</strong></td>
17         <td class="header_column right" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
18         <td class="header_column" style="white-space: nowrap" align="center"><strong>{--EMAIL_TSEND--}</strong></td>
19 </tr>
20
21 $content[rows]
22
23 <tr>
24         <td class="table_footer bottom top" colspan="8" align="center" height="35">
25                 {--ADMIN_ENTER_REDIRECT_URL--}:
26                 <input type="text" class="form_field" name="redirect" size="30" maxlength="255" value="{?reject_url?}" />
27         </td>
28 </tr>
29
30 <tr>
31         <td class="table_footer" colspan="8" align="center" height="35">
32                 <input type="reset" class="form_reset" value="{--RESET_SELECT--}" />
33                 <input type="submit" class="form_submit" name="accept" value="{--ADMIN_EMAIL_ACCEPT--}" />
34                 <input type="submit" class="form_delete" name="reject" value="{--ADMIN_EMAIL_REJECT--}" />
35         </td>
36 </tr>
37 </table>
38 {%form_close%}
39 </div>