Title rows added to several table, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_list_bonus_rows.tpl
index cf5ae916c46c7b02acf9cdd32584498c3f0a4ad4..d64e165f42d6fd7b5e8ed397cbaf6011e74ce6e2 100644 (file)
@@ -1,7 +1,17 @@
 <tr>
-       <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>
+       <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>