More fixes
authorRoland Häder <roland@mxchange.org>
Sat, 9 Jul 2011 06:40:13 +0000 (06:40 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 9 Jul 2011 06:40:13 +0000 (06:40 +0000)
inc/libs/refback_functions.php
templates/de/html/member/member_ref_list_row.tpl
templates/de/html/member/member_refback_edit.tpl

index 18b9ff9490cf53a347452f73074e6e602e9ac827..3414e4fabe73cee918299627a2a9afc678453c6e 100644 (file)
@@ -293,7 +293,7 @@ function getArrayFromRefbackUserRefs ($userid, $level) {
        r.`refid`,
        r.`refback`,
        r.`points`,
-       d.`status`
+       d.`status`,
        d.`joined`,
        d.`refid` AS `level_refid`
 FROM
index 0a6570f6ea398632ea99650ba87990c1adcb04e7..44076c0f0bd7558a28a29d1f1f861fa6dd46f58e 100644 (file)
@@ -1,6 +1,6 @@
 <tr>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
-               $content[refid] ({%user,nickname,fixEmptyContentToDashes=$content[userid]%})
+               $content[refid] ({%user,nickname,fixEmptyContentToDashes=$content[refid]%})
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
                {%pipe,translateUserStatus=$content[status]%}
index e6afe1d7f51d26bf4a2357f0cc0efed016549dca..d214d1e087112299290182b3cefaf07f9131244f 100644 (file)
@@ -2,7 +2,7 @@
 <form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=refback%}" method="post">
 <input type="hidden" name="id" value="$content[id]" />
 <div class="table dashed">
-<div class="header_column bottom">
+<div class="table_header bottom">
        <strong>{--MEMBER_REFBACK_EDIT_TITLE--}</strong><br />
        <span class="notice">{--MEMBER_REFBACK_REFID--}: $content[refid]</span>
 </div>