Several more constants rewritten to getConfig()
[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[gender] $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>