mailer project continued:
[mailer.git] / templates / de / html / admin / admin_unlock_emails_redir.tpl
1 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=unlock_emails%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <tr>
4                 <td class="table_header bottom" colspan="2" align="center" height="35">
5                         {--ADMIN_REJECTED_URLS--}
6                 </td>
7         </tr>
8         $content
9         <tr>
10                 <td class="table_footer" colspan="2" align="center">
11                         <input type="reset" class="form_reset" value="{--RESET_SELECT--}" />
12                         <input type="submit" class="form_delete" name="lock" value="{--ADMIN_LOCK_URLS--}" />
13                 </td>
14         </tr>
15 </table>
16 </form>