90991fb06bc28d7eb8bf143524a9a4fd54a91276
[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"><STRONG 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--}">&nbsp;*
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>