]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_list_beg_row.tpl
Better text here
[mailer.git] / templates / de / html / member / member_list_beg_row.tpl
index 6075586f5a4229e244f770f5f59e8c587c69df43..171e50ce48ab4e0c31b641b118ef9029a2a16940 100644 (file)
@@ -1,6 +1,14 @@
 <tr>
-       <td align="center" class="{%template,ColorSwitch%} bottom">$content[cnt]</td>
-       <td align="center" class="{%template,ColorSwitch%} bottom">$content[userid]</td>
-       <td align="center" class="{%template,ColorSwitch%} bottom">{%pipe,translateComma=$content[beg_points]%}</td>
-       <td align="center" class="{%template,ColorSwitch%} bottom">$content[last_online]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               {%pipe,translateComma=$content[count]%}
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               $content[userid]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               {%user,beg_points,translateComma=$content[userid]%}
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               $content[last_online]
+       </td>
 </tr>