A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_sponsor_row.tpl
1 <tr>
2   <td align="center" class="{%template,ColorSwitch%} bottom right" width="100"><strong>{--ID_SELECT--}</strong></td>
3   <td align="center" class="{%template,ColorSwitch%} bottom right" width="240" colspan="2"><strong>{--SURNAME_FAMILY--}:</strong></td>
4   <td align="center" class="{%template,ColorSwitch%} bottom" width="160"><strong>{--SPONSOR_POINTS_LEFT--}:</strong></td>
5 </tr>
6 <tr>
7   <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
8     [<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>]
9   </td>
10   <td align="center" class="{%template,ColorSwitch%} bottom right" width="240" colspan="2">
11     <a href="$content[email]">{%pipe,translateGender=$content[gender]%} $content[surname] $content[family]</a>
12   </td>
13   <td align="center" class="{%template,ColorSwitch%} bottom" width="160">
14     <a href="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;mode=add_points%}"
15      title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">{%pipe,translateComma=$content[points]%}</a> {?POINTS?}
16   </td>
17 </tr>
18 <tr>
19   <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
20     <strong>{--SPONSOR_STATUS--}</strong>:
21   </td>
22   <td align="center" class="{%template,ColorSwitch%} bottom right" width="160"><strong>{--SPONSOR_CREATED--}:</strong></td>
23   <td align="center" class="{%template,ColorSwitch%} bottom right" width="160"><strong>{--LAST_ONLINE_SHORT--}:</strong></td>
24   <td align="center" class="{%template,ColorSwitch%} bottom" width="160"><strong>{--REMOTE_IP--}:</strong></td>
25 </tr>
26 <tr>
27   <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
28     [<strong><a href="{%url=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}">{%pipe,sponsorTranslateUserStatus=$content[status]%}</a></strong>]
29   </td>
30   <td align="center" class="{%template,ColorSwitch%} bottom right" width="120">
31     $content[sponsor_created]
32   </td>
33   <td align="center" class="{%template,ColorSwitch%} bottom right" width="120">
34     $content[last_online]
35   </td>
36   <td align="center" class="{%template,ColorSwitch%} bottom" width="160">
37     $content[remote_addr]
38   </td>
39 </tr>