Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_list_refback_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 {%template,DisplayUsername=$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_percents]%}&#37;
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,translateComma=$content[refback_points]%} {?POINTS?}
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 {%pipe,translateComma=$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,formMethodPost=modules.php?module=login&amp;what=refback%}
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_close%}
25         </td>
26 </tr>