]> 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 eff3d910b09e545eb5495791854752dc0d73eae3..faf82ccb71b3d9f29e96252b79030e1fa8460d6a 100644 (file)
@@ -1,8 +1,20 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center"><strong>$content[trans_id]</strong></td>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[time_trans]</td>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[from_link]</td>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[to_link]</td>
-       <td class="switch_sw$content[sw] bottom right">$content[reason]</td>
-       <td class="switch_sw$content[sw] bottom" align="center">$content[points]</td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <strong>$content[trans_id]</strong>
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[time_trans]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,generateUserProfileLink=$content[from_userid]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,generateUserProfileLink=$content[to_userid]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,wrapWords=$content[reason]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               {%pipe,translateComma=$content[points]%}
+       </td>
 </tr>