Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_list_sponsor_row.tpl
1 <tr>
2   <td align="center" class="switch_sw$content[sw] bottom right" width="100"><strong>{--ID_SELECT--}</strong></td>
3   <td align="center" class="switch_sw$content[sw] bottom right" width="240" colspan="2"><strong>{--SURNAME_FAMILY--}:</strong></td>
4   <td align="center" class="switch_sw$content[sw] bottom" width="160"><strong>{--SPONSOR_POINTS_LEFT--}:</strong></td>
5 </tr>
6 <tr>
7   <td align="center" class="switch_sw$content[sw] 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="switch_sw$content[sw] 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="switch_sw$content[sw] bottom" width="160">
14     [<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>]
15   </td>
16 </tr>
17 <tr>
18   <td align="center" class="switch_sw$content[sw] bottom right" width="100">
19     <strong>{--_STATUS--}</strong>:
20   </td>
21   <td align="center" class="switch_sw$content[sw] bottom right" width="160"><strong>{--SPONSOR_CREATED--}:</strong></td>
22   <td align="center" class="switch_sw$content[sw] bottom right" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
23   <td align="center" class="switch_sw$content[sw] bottom" width="160"><strong>{--REMOTE_IP--}:</strong></td>
24 </tr>
25 <tr>
26   <td align="center" class="switch_sw$content[sw] bottom right" width="100">
27     [<strong><a href="{%url=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}">{%pipe,sponsorTranslateUserStatus=$content[status]%}</a></strong>]
28   </td>
29   <td align="center" class="switch_sw$content[sw] bottom right" width="120">
30     $content[created]
31   </td>
32   <td align="center" class="switch_sw$content[sw] bottom right" width="120">
33     $content[last_online]
34   </td>
35   <td align="center" class="switch_sw$content[sw] bottom" width="160">
36     $content[remote_addr]
37   </td>
38 </tr>