Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / member / member_list_unconfirmed_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 [<a href="{%url=mailid.php?userid=$content[userid]&amp;$content[link_type]=$content[data]%}" target="_blank" title="{--CONFIRM_LINK--}">$content[data]</a>]
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 $content[sender]
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 [<a href="{%url=modules.php?module=login&amp;what=unconfirmed&amp;$content[link_type]=$content[data]%}">{--EMAIL_DETAILS_LINK--}</a>]
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 $content[timestamp_ordered]
13         </td>
14         <td align="right" class="{%template,ColorSwitch%} bottom" style="padding-right:5px">
15                 {%pipe,getPaymentPrice,translateComma=$content[payment_id]%} {?POINTS?}
16         </td>
17 </tr>