More misc fixes and rewrites (sorry, lame description)
[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" 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>