A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_unconfirmed_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 [<a href="{%url=mailid.php?userid={%pipe,getMemberId%}&amp;$content[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[type]=$content[data]%}">{--EMAIL_DETAILS_LINK--}</a>]
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">$content[timestamp]</td>
12         <td align="right" class="{%template,ColorSwitch%} bottom" style="padding-right:5px">
13                 {%pipe,translateComma=$content[points]%} {?POINTS?}
14         </td>
15 </tr>