]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_refback_list_row.tpl
Now we have a listing here
[mailer.git] / templates / de / html / member / member_refback_list_row.tpl
index ac650fcccec5b8d30b2d49d302638aae634e80f1..9248d47e26613ec470be7a0bd912025018038d3a 100644 (file)
@@ -1,23 +1,26 @@
 <tr>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
-               $content[refid] ({%pipe,fixEmptyContentToDashes=$content[nickname]%})
+               $content[refid] ({%user,nickname,fixEmptyContentToDashes=$content[refid]%})
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
                $content[level_refid]
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
-               {%pipe,translateComma=$content[refback]%}%
+               {%pipe,translateComma=$content[refback_percents]%}&#37;
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
-               {%pipe,translateComma=$content[points]%} {?POINTS?}
+               {%pipe,translateComma=$content[refback_points]%} {?POINTS?}
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[click_rate]&#37;
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
                $content[joined]
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom">
-               <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=refback%}" method="post">
+               <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="form_submit" value="{--MEMBER_REFBACK_EDIT_SUBMIT--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--MEMBER_REFBACK_EDIT_SUBMIT--}" />
                </form>
        </td>
 </tr>