]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_unlock_sponsor.tpl
Rewrote reset and some extensions:
[mailer.git] / templates / de / html / admin / admin_unlock_sponsor.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=unlock_sponsor%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="4" class="table_header bottom" align="center">
6                 <strong>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
12         <td align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}:</strong></td>
13         <td align="center" class="header_column bottom right"><strong>{--REMOTE_IP--}:</strong></td>
14         <td align="center" class="header_column bottom"><strong>{--SPONSOR_CREATED--}:</strong></td>
15 </tr>
16
17 $content
18
19 <tr>
20         <td colspan="4" class="table_footer" align="center">
21                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
22                 <input type="submit" class="form_submit" name="ok" value="{--SPONSOR_UNLOCK--}" />
23         </td>
24 </tr>
25 </table>
26 {%form_close%}
27 </div>
28
29 <div class="notice">
30         {--ADMIN_SPONSOR_UNLOCK_NOTICE--}
31 </div>