A lot code rewritten:
[mailer.git] / templates / de / html / member / member_unconfirmed_row.tpl
index e0c05289f55191be1ba4c7958340aaa773ce215b..ca8899ec41ac0762e383da2a7d5e3aeba289f0f3 100644 (file)
@@ -1,16 +1,15 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               [<a href="{?URL?}/mailid.php?uid=$content[uid]&amp;$content[type]=$content[data]"
-                target="_blank" title="{--CONFIRM_LINK--}">$content[data]</a>]
+       <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">
-               [<a href="{?URL?}/modules.php?module=login&amp;what=unconfirmed&amp;$content[type]=$content[data]">{--EMAIL_DETAILS_LINK--}</a>]
+       <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[stamp]</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>