Title rows added to several table, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_list_bonus_rows.tpl
index cfe9a3d1e58a44722f8d520bf92d34c18353d735..d64e165f42d6fd7b5e8ed397cbaf6011e74ce6e2 100644 (file)
@@ -1,7 +1,17 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[uid]$content[win2]</td>
-       <td class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[win1]<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>$content[win2]</td>
-       <td class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[points] {!POINTS!}</td>
-       <td class="switch_sw$content[sw] bottom2">&nbsp;$content[last]</td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[win1]$content[cnt]$content[win2]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[win1]{%pipe,generateUserProfileLink=$content[userid]%}$content[win2]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[win1]<a href="$content[email]">{%pipe,translateGender=$content[gender]%} $content[surname] $content[family]</a>$content[win2]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[points]%} {?POINTS?}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom">
+               $content[last_online]
+       </td>
 </tr>