A lot code rewritten:
[mailer.git] / templates / de / html / member / member_unconfirmed_row.tpl
index ab55e520f8b0f423c9b4e896a1782fe256671470..ca8899ec41ac0762e383da2a7d5e3aeba289f0f3 100644 (file)
@@ -1,15 +1,15 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right">
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
                [<a href="{%url=mailid.php?userid=$content[userid]&amp;$content[type]=$content[data]%}" target="_blank" title="{--CONFIRM_LINK--}">$content[data]</a>]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
                $content[sender]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
                [<a href="{%url=modules.php?module=login&amp;what=unconfirmed&amp;$content[type]=$content[data]%}">{--EMAIL_DETAILS_LINK--}</a>]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">$content[timestamp]</td>
-       <td align="right" class="switch_sw$content[sw] bottom" style="padding-right:5px">
-               $content[points] {?POINTS?}
+       <td align="center" class="{%template,ColorSwitch%} bottom right">$content[timestamp]</td>
+       <td align="right" class="{%template,ColorSwitch%} bottom" style="padding-right:5px">
+               {%pipe,translateComma=$content[points]%} {?POINTS?}
        </td>
 </tr>