]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_primera_row.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_list_primera_row.tpl
index 190813939e1ce4f000a565739c6d81e4ef444ce9..d4505735c5f5e308babd4fa92258be24a924196a 100644 (file)
@@ -1,10 +1,10 @@
 <tr>
-       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[id]</td>
-       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[link]</td>
-       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[primera_account]</td>
-       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[primera_amount]</td>
-       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[primera_timestamp]</td>
-       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2" align="center">$content[primera_type]</td>
-       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2" align="center">$content[primera_api_message]</td>
-       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2" align="center">$content[primera_api_status]</td>
+       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[id]</td>
+       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
+       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[primera_account]</td>
+       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">{%pipe,translateComma=$content[primera_amount]%}</td>
+       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[primera_timestamp]</td>
+       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right" align="center">{%pipe,PRIMERA_TRANSFER_STATUS=$content[primera_type]%}</td>
+       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right" align="center">$content[primera_api_message]</td>
+       <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom" align="center">$content[primera_api_status]</td>
 </tr>