]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_unlock_sponsor.tpl
HTML->XHTML preparation (still *A LOT* to convert
[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--}" />
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   <div class="admin_note">{--ADMIN_SPONSOR_UNLOCK_NOTES--}</strong>
28 </P>