Huge rewrite of default parameters, ext-network 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"
3         class="admin_table dashed">
4         <tr>
5                 <td class="admin_header bottom2" width="10">&nbsp;</td>
6                 <td class="admin_header bottom2" colspan="2" align="center"
7                         height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</div>
8                 </td>
9                 <td class="admin_header bottom2" width="10">&nbsp;</td>
10         </tr>
11         $content
12         <tr>
13                 <td class="admin_header" width="10">&nbsp;</td>
14                 <td class="admin_header" colspan="2" align="center" height="35">
15                 <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
16                 <input type="submit" name="lock" class="admin_submit"
17                         value="{--ADMIN_LOCK_URLS--}" /></td>
18                 <td class="admin_header" width="10">&nbsp;</td>
19         </tr>
20 </table>
21 </form>