Title rows added to several table, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_list_bonus_rows.tpl
index 987a2fb6acf3b442b2594ec5f008a3dc13805dcf..d64e165f42d6fd7b5e8ed397cbaf6011e74ce6e2 100644 (file)
@@ -1,7 +1,17 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[win1]$content[cnt]$content[win2]</td>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[win1]$content[userid]$content[win2]</td>
-       <td class="switch_sw$content[sw] bottom right">&nbsp;$content[win1]<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>$content[win2]</td>
-       <td class="switch_sw$content[sw] bottom right">&nbsp;$content[points] {?POINTS?}</td>
-       <td class="switch_sw$content[sw] bottom">&nbsp;$content[last_online]</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>