Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_list_transfer_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right" align="center">
3                 <strong>$content[trans_id]</strong>
4         </td>
5         <td class="switch_sw$content[sw] bottom right" align="center">
6                 $content[time_trans]
7         </td>
8         <td class="switch_sw$content[sw] bottom right" align="center">
9                 {%pipe,generateUserProfileLink=$content[from_userid]%}
10         </td>
11         <td class="switch_sw$content[sw] bottom right" align="center">
12                 {%pipe,generateUserProfileLink=$content[to_userid]%}
13         </td>
14         <td class="switch_sw$content[sw] bottom right">
15                 $content[reason]
16         </td>
17         <td class="switch_sw$content[sw] bottom" align="center">
18                 {%pipe,translateComma=$content[points]%}
19         </td>
20 </tr>