More code parts could take advantage of previously improved fixEmptyContentToDashes():
[mailer.git] / templates / de / html / member / member_bonus_turbo_row.tpl
index 855c1c6f8a0ce8397c5175c89608484e6c1c0f7b..efab5bbf4e74a314713ae91df681281605607126 100644 (file)
@@ -1,5 +1,11 @@
 <tr>
-  <td class="rank_$content[rank] bottom {%template,ColorSwitch%}">{%pipe,translateComma=$content[rank]%}.</td>
-  <td class="rank_$content[rank] bottom {%template,ColorSwitch%}" align="center">$content[userid]</td>
-  <td class="rank_$content[rank] bottom {%template,ColorSwitch%}" align="center">{%pipe,translateComma=$content[points]%}</td>
+       <td class="rank_$content[rank] bottom {%template,ColorSwitch%}">
+               {%pipe,translateComma=$content[rank]%}.
+       </td>
+       <td class="rank_$content[rank] bottom {%template,ColorSwitch%}" align="center">
+               $content[userid] ({%user,nickname,fixEmptyContentToDashes=$content[userid]%})
+       </td>
+       <td class="rank_$content[rank] bottom {%template,ColorSwitch%}" align="center">
+               {%pipe,translateComma=$content[points]%}
+       </td>
 </tr>