All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_unlock_emails_redir.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=unlock_emails"
2         method="POST">
3 <table border="0" cellspacing="0" cellpadding="0"
4         class="admin_table dashed">
5         <tr>
6                 <td class="admin_header bottom2" width="10">&nbsp;</td>
7                 <td class="admin_header bottom2" colspan="2" align="center"
8                         height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</STRONG>
9                 </td>
10                 <td class="admin_header bottom2" width="10">&nbsp;</td>
11         </tr>
12         {!__URL_ROWS!}
13         <tr>
14                 <td class="admin_header" width="10">&nbsp;</td>
15                 <td class="admin_header" colspan="2" align="center" height="35">
16                 <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
17                 <input type="submit" name="lock" class="admin_submit"
18                         value="{--ADMIN_LOCK_URLS--}" /></td>
19                 <td class="admin_header" width="10">&nbsp;</td>
20         </tr>
21 </table>
22 </form>