]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_emails.tpl
Expanded input tags a little
[mailer.git] / templates / de / html / admin / admin_unlock_emails.tpl
index 5bf7708e94da5f50dfda6d6a99def68c86bb056d..28d8a03a0c603c167ba80f0b61823334337c184a 100644 (file)
@@ -1,35 +1,39 @@
-<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"><div class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</div>
-               </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--}" />
-               <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>
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=unlock_emails%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="99%">
+<tr>
+       <td colspan="8" align="center" class="table_header bottom" height="35">
+               {--ADMIN_UNLOCK_EMAILS--}
+       </td>
+</tr>
+
+<tr>
+       <td class="header_column right" align="center" width="30"><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="table_footer bottom 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="table_footer" 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>
+{%form_close%}
+</div>