Reverted of changes in 1704, see ticket #160
[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="admin_table dashed">
3         <tr>
4                 <td class="admin_title bottom" colspan="2" align="center"
5                         height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</div>
6                 </td>
7         </tr>
8         $content
9         <tr>
10                 <td class="admin_title" colspan="2" align="center">
11                         <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
12                         <input type="submit" name="lock" class="admin_submit" value="{--ADMIN_LOCK_URLS--}" />
13                 </td>
14         </tr>
15 </table>
16 </form>