Referal system rewritten, ext-refback continued:
[mailer.git] / templates / de / html / member / member_refback_list_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 $content[refid] ({%user,nickname,fixEmptyContentToDashes=$content[refid]%})
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 $content[level_refid]
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 {%pipe,translateComma=$content[refback]%}&#37;
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,translateComma=$content[points]%} {?POINTS?}
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 $content[click_rate]&#37;
16         </td>
17         <td align="center" class="{%template,ColorSwitch%} bottom right">
18                 $content[joined]
19         </td>
20         <td align="center" class="{%template,ColorSwitch%} bottom">
21                 <form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=refback%}" method="post">
22                         <input type="hidden" name="id" value="$content[id]" />
23                         <input type="submit" class="form_submit" name="edit" value="{--MEMBER_REFBACK_EDIT_SUBMIT--}" />
24                 </form>
25         </td>
26 </tr>