]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_refback_list_row.tpl
More EL used, this has fixed double calls of translateComma() in various places
[mailer.git] / templates / de / html / member / member_refback_list_row.tpl
index 26cabedcd9a6c72ded2254834f1e34270c26d10b..d74239bea34b02afadae30a5b15ed810314efd06 100644 (file)
@@ -1,20 +1,23 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[refid] ($content[nickname])
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[refid] ({%pipe,fixEmptyContentToDashes=$content[nickname]%})
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[status]
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[level_refid]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[refback] %
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[refback]%}&#37;
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[points] {?POINTS?}
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[points]%} {?POINTS?}
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2">
-               <form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&amp;what=refback" method="post" style="paddin-bottom:0px">
+       <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">
                        <input type="hidden" name="id" value="$content[id]" />
-                       <input type="submit" name="edit" class="member_submit" value="{--MEMBER_REFBACK_EDIT_SUBMIT--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--MEMBER_REFBACK_EDIT_SUBMIT--}" />
                </form>
        </td>
 </tr>