]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_unconfirmed_nopoints_row.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / member / member_list_unconfirmed_nopoints_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]%}"
4                  target="_blank" title="{--CONFIRM_LINK--}">$content[data]</a>]
5         </td>
6         <td align="center" class="{%template,ColorSwitch%} bottom right">
7                 $content[sender]
8         </td>
9         <td align="center" class="{%template,ColorSwitch%} bottom right">
10                 [<a href="{%url=modules.php?module=login&amp;what=unconfirmed&amp;$content[link_type]=$content[data]%}">{--EMAIL_DETAILS_LINK--}</a>]
11         </td>
12         <td align="center" class="{%template,ColorSwitch%} bottom">
13                 $content[timestamp_ordered]
14         </td>
15 </tr>