]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_beg_row.tpl
Hotfix
[mailer.git] / templates / de / html / member / member_list_beg_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom">
3                 {%pipe,translateComma=$content[count]%}
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom">
6                 $content[userid]
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom">
9                 {%user,beg_points,translateComma=$content[userid]%}
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom">
12                 $content[last_online]
13         </td>
14 </tr>