]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_sponsor_row.tpl
45f46732127e43ddf18b2cd20131b6f8f9d53942
[mailer.git] / templates / de / html / admin / admin_list_sponsor_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
3                 <strong>{--ID_SELECT--}</strong>
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right" width="240" colspan="2">
6                 <strong>{--SURNAME_FAMILY--}:</strong>
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom" width="160">
9                 <strong>{--SPONSOR_POINTS_LEFT--}:</strong>
10         </td>
11 </tr>
12 <tr>
13         <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
14                 [<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>]
15         </td>
16         <td align="center" class="{%template,ColorSwitch%} bottom right" width="240" colspan="2">
17                 <a href="$content[email]">{%pipe,translateGender=$content[gender]%} $content[surname] $content[family]</a>
18         </td>
19         <td align="center" class="{%template,ColorSwitch%} bottom" width="160">
20                 <a href="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;do=add_points%}"
21                  title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">{%pipe,translateComma=$content[points]%}</a> {?POINTS?}
22         </td>
23 </tr>
24 <tr>
25         <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
26                 <strong>{--SPONSOR_STATUS--}:</strong>
27         </td>
28         <td align="center" class="{%template,ColorSwitch%} bottom right" width="160">
29                 <strong>{--SPONSOR_CREATED--}:</strong>
30         </td>
31         <td align="center" class="{%template,ColorSwitch%} bottom right" width="160">
32                 <strong>{--LAST_ONLINE_SHORT--}:</strong>
33         </td>
34         <td align="center" class="{%template,ColorSwitch%} bottom" width="160">
35                 <strong>{--REMOTE_IP--}:</strong>
36         </td>
37 </tr>
38 <tr>
39         <td align="center" class="{%template,ColorSwitch%} bottom right" width="100">
40                 [<strong><a href="{%url=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}">{%pipe,translateSponsorStatus=$content[status]%}</a></strong>]
41         </td>
42         <td align="center" class="{%template,ColorSwitch%} bottom right" width="120">
43                 $content[sponsor_created]
44         </td>
45         <td align="center" class="{%template,ColorSwitch%} bottom right" width="120">
46                 $content[last_online]
47         </td>
48         <td align="center" class="{%template,ColorSwitch%} bottom" width="160">
49                 $content[remote_addr]
50         </td>
51 </tr>