Global rewrite of engine:
[mailer.git] / templates / de / html / member / member_refback_list_row.tpl
1 <tr>
2         <td align="center" class="switch_sw$content[sw] bottom right">
3                 $content[refid] ($content[nickname])
4         </td>
5         <td align="center" class="switch_sw$content[sw] bottom right">
6                 $content[status]
7         </td>
8         <td align="center" class="switch_sw$content[sw] bottom right">
9                 $content[refback] %
10         </td>
11         <td align="center" class="switch_sw$content[sw] bottom right">
12                 $content[points] {?POINTS?}
13         </td>
14         <td align="center" class="switch_sw$content[sw] bottom">
15                 <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=refback%}" method="post">
16                         <input type="hidden" name="id" value="$content[id]" />
17                         <input type="submit" name="edit" class="member_submit" value="{--MEMBER_REFBACK_EDIT_SUBMIT--}" />
18                 </form>
19         </td>
20 </tr>