Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_unlock_sponsor.tpl
1 <div align="center">
2 <form accept-charset="utf-8" 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="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
11         <td align="center" class="header_column bottom2 right2"><strong>{--SURNAME_FAMILY--}:</strong></td>
12         <td align="center" class="header_column bottom2 right2"><strong>{--REMOTE_IP--}:</strong></td>
13         <td align="center" class="header_column bottom2"><strong>{--SPONSOR_CREATED--}:</strong></td>
14 </tr>
15 $content
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
25 <div class="admin_note">
26         {--ADMIN_SPONSOR_UNLOCK_NOTES--}
27 </div>
28
29 </div>