]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_transfer_row.tpl
More rewrites/templates swapped out:
[mailer.git] / templates / de / html / admin / admin_list_transfer_row.tpl
index eff3d910b09e545eb5495791854752dc0d73eae3..4de9fd5ad6d5de20a3694f56e2db17ca5f939dcc 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="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">
+               {%pipe,generateUserProfileLink=$content[from_userid]%}
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               {%pipe,generateUserProfileLink=$content[to_userid]%}
+       </td>
+       <td class="switch_sw$content[sw] bottom right">
+               $content[reason]
+       </td>
+       <td class="switch_sw$content[sw] bottom" align="center">
+               {%pipe,translateComma=$content[points]%}
+       </td>
 </tr>