Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / templates / de / html / admin / admin_list_sponsor_row.tpl
1 <TR>
2   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100"><STRONG>{--ID_SELECT--}</STRONG></TD>
3   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2"><STRONG>{--SURNAME_FAMILY--}:</STRONG></TD>
4   <TD align="center" class="switch_sw$content[sw] bottom2" width="160"><STRONG>{--SPONSOR_POINTS_LEFT--}:</STRONG></TD>
5 </TR>
6 <TR>
7   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
8     [&nbsp;<STRONG><A href="{--URL--}/modules.php?module=admin&amp;what=list_sponsor&amp;id=$content[id]" title="{--ADMIN_SPONSOR_DETAILS_LINK_TITLE--}">$content[id]</A></STRONG>&nbsp;]
9   </TD>
10   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2">
11     <A href="$content[email]">$content[salut] $content[sname] $content[fname]</A>
12   </TD>
13   <TD align="center" class="switch_sw$content[sw] bottom2" width="160">
14     [&nbsp;<STRONG><A href="{--URL--}/modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">$content[points]</A></STRONG>&nbsp;]
15   </TD>
16 </TR>
17 <TR>
18   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
19     <STRONG>{--_STATUS--}</STRONG>:
20   </TD>
21   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><STRONG>{--SPONSOR_CREATED--}:</STRONG></TD>
22   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG></TD>
23   <TD align="center" class="switch_sw$content[sw] bottom2" width="160"><STRONG>{--REMOTE_IP--}:</STRONG></TD>
24 </TR>
25 <TR>
26   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
27     [&nbsp;<STRONG><A href="{--URL--}/modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]">$content[status]</A></STRONG>&nbsp;]
28   </TD>
29   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
30     $content[created]
31   </TD>
32   <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
33     $content[last]
34   </TD>
35   <TD align="center" class="switch_sw$content[sw] bottom2" width="160">
36     $content[ip]
37   </TD>
38 </TR>