Next phase of rewrite: member_header->header_column and other CSS class fixes/rewrites
[mailer.git] / templates / de / html / member / member_refback_list_row.tpl
index 8eadd8670bfc17659a67a2917c4dd147cf8c4efc..219abce3fe03b9c15b5799f813df60dc16689153 100644 (file)
@@ -1,18 +1,21 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+       <td align="center" class="switch_sw$content[sw] bottom right">
                $content[refid] ($content[nickname])
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[status]
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[level_refid]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[refback] %
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[refback]%
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+       <td align="center" class="switch_sw$content[sw] bottom right">
                $content[points] {?POINTS?}
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2" style="padding:3px">
-               <form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&amp;what=refback" method="post" style="paddin-bottom:0px">
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[joined]
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom">
+               <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=refback%}" method="post">
                        <input type="hidden" name="id" value="$content[id]" />
                        <input type="submit" name="edit" class="member_submit" value="{--MEMBER_REFBACK_EDIT_SUBMIT--}" />
                </form>