A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_wernis_row.tpl
index e5ec779d07546a5560a5775d7be33f1f43722a65..2d05901f198185e5559046983b1c5f773ae5548d 100644 (file)
@@ -1,10 +1,10 @@
-<TR>
-       <TD class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[id]</TD>
-       <TD class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[link]</TD>
-       <TD class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[wernis_account]</TD>
-       <TD class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[wernis_amount]</TD>
-       <TD class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[wernis_timestamp]</TD>
-       <TD class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2" align="center">$content[wernis_type]</TD>
-       <TD class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2" align="center">$content[wernis_api_message]</TD>
-       <TD class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2" align="center">$content[wernis_api_status]</TD>
-</TR>
+<tr>
+       <td class="{%template,ColorSwitch%} wernis_type_$content[wernis_type] bottom right">$content[id]</td>
+       <td class="{%template,ColorSwitch%} wernis_type_$content[wernis_type] bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
+       <td class="{%template,ColorSwitch%} wernis_type_$content[wernis_type] bottom right">$content[wernis_account]</td>
+       <td class="{%template,ColorSwitch%} wernis_type_$content[wernis_type] bottom right">{%pipe,translateComma=$content[wernis_amount]%}</td>
+       <td class="{%template,ColorSwitch%} wernis_type_$content[wernis_type] bottom right">$content[wernis_timestamp]</td>
+       <td class="{%template,ColorSwitch%} wernis_type_$content[wernis_type] bottom right" align="center">{%pipe,translateWernisTransferStatus=$content[wernis_type]%}</td>
+       <td class="{%template,ColorSwitch%} wernis_type_$content[wernis_type] bottom right" align="center">{%pipe,fixEmptyContentToDashes=$content[wernis_api_message]%}</td>
+       <td class="{%template,ColorSwitch%} wernis_type_$content[wernis_type] bottom" align="center">$content[wernis_api_status]</td>
+</tr>