de06a4ab9a33eb819cb0bac7d0e29b460cb35a8c
[mailer.git] / templates / de / html / admin / admin_unlock_sponsor.tpl
1 <DIV align="center">
2 <FORM action="{!URL!}/modules.php?module=admin&amp;what=unlock_sponsor" method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed">
4 <TR>
5   <TD colspan="4" class="admin_title bottom2" height="30" align="center">
6     <STRONG>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</STRONG>
7   </TD>
8 </TR>
9 <TR>
10   <TD align="center" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
11   <TD align="center" class="admin_title bottom2 right2"><STRONG>{--SURNAME_FAMILY--}:</STRONG></TD>
12   <TD align="center" class="admin_title bottom2 right2"><STRONG>{--REMOTE_IP--}:</STRONG></TD>
13   <TD align="center" class="admin_title bottom2"><STRONG>{--SPONSOR_CREATED--}:</STRONG></TD>
14 </TR>
15 {!__SPONSOR_ROWS!}
16 <TR>
17   <TD colspan="4" class="admin_footer" height="30" align="center">
18     <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
19     <INPUT type="submit" name="ok" class="admin_submit" value="{--SPONSOR_UNLOCK--}">
20   </TD>
21 </TR>
22 </TABLE>
23 </FORM>
24 </DIV>
25
26 <P align="center">
27   <STRONG class="admin_note">{--ADMIN_SPONSOR_UNLOCK_NOTES--}</STRONG>
28 </P>