]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_list_referral_row.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / member / member_list_referral_row.tpl
index b825ffcf8d22d38044734b49598f4850048f68f4..4458928f365f10cb7f2ff19937e23b948067d2e1 100644 (file)
@@ -1,6 +1,6 @@
 <tr>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
-               $content[refid] ({%user,nickname,fixEmptyContentToDashes=$content[refid]%})
+               {%template,DisplayUsername=$content[refid]%}
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
                {%user,status,translateUserStatus=$content[refid]%}
@@ -17,4 +17,7 @@
        <td align="center" class="{%template,ColorSwitch%} bottom right">
                $content[activity]
        </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               {%pipe,fixEmptyContentToDashes=$content[subid]%}
+       </td>
 </tr>