]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_transfer_row.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_list_transfer_row.tpl
index 4de9fd5ad6d5de20a3694f56e2db17ca5f939dcc..faf82ccb71b3d9f29e96252b79030e1fa8460d6a 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">
-               $content[reason]
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,wrapWords=$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>