]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_emails.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / admin / admin_unlock_emails.tpl
index 3814fee9fe3752451caddb6d380917be9a4ae937..f4a88f5d845ad3b7e642ab63c353115a4347492c 100644 (file)
@@ -1,36 +1,35 @@
-<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%">
+<div align="center">
+<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="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="table_header bottom" height="35">
+                       {--ADMIN_UNLOCK_EMAILS--}
                </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>
+               <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>
-       {!__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>
+               <td class="table_footer top" colspan="8" align="center" height="35">
+                       {--ADMIN_ENTER_REDIRECT_URL--}:
+                       <input type="text" class="form_field" name="redirect" 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--}" />
+               <td class="table_footer top" colspan="8" align="center" height="35">
+                       <input type="reset" class="form_reset" value="{--RESET_SELECT--}" />
+                       <input type="submit" class="form_submit" name="accept" value="{--ADMIN_EMAIL_ACCEPT--}" />
+                       <input type="submit" class="form_delete" name="reject" value="{--ADMIN_EMAIL_REJECT--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>