Member surfbar URL management smaller
[mailer.git] / templates / de / html / member / member_refback_list_row.tpl
1 <tr>
2         <td align="center" class="switch_sw$content[sw] bottom2 right2">
3                 $content[refid] ($content[nickname])
4         </td>
5         <td align="center" class="switch_sw$content[sw] bottom2 right2">
6                 $content[status]
7         </td>
8         <td align="center" class="switch_sw$content[sw] bottom2 right2">
9                 $content[refback] %
10         </td>
11         <td align="center" class="switch_sw$content[sw] bottom2 right2">
12                 $content[points] {!POINTS!}
13         </td>
14         <td align="center" class="switch_sw$content[sw] bottom2" style="padding:3px">
15                 <form action="{!URL!}/modules.php?module=login&amp;what=refback" method="post" style="paddin-bottom:0px">
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>