A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_transfer_row.tpl
index 4de9fd5ad6d5de20a3694f56e2db17ca5f939dcc..dc69e81bc05a1d7971952f6902e56478c43820c9 100644 (file)
@@ -1,20 +1,20 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                <strong>$content[trans_id]</strong>
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[time_trans]
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                {%pipe,generateUserProfileLink=$content[from_userid]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                {%pipe,generateUserProfileLink=$content[to_userid]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right">
+       <td class="{%template,ColorSwitch%} bottom right">
                $content[reason]
        </td>
-       <td class="switch_sw$content[sw] bottom" align="center">
+       <td class="{%template,ColorSwitch%} bottom" align="center">
                {%pipe,translateComma=$content[points]%}
        </td>
 </tr>