Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / member / member_unconfirmed_row.tpl
index e3e4fc23af7451b4c9a7be281c12f23b2cfc2a02..245dc798a3a42181fa0ea9f36ff762a089f64ac4 100644 (file)
@@ -1,16 +1,15 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom2 right">
-               [<a href="{?URL?}/mailid.php?userid=$content[userid]&amp;$content[type]=$content[data]"
-                target="_blank" title="{--CONFIRM_LINK--}">$content[data]</a>]
+       <td align="center" class="switch_sw$content[sw] 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] bottom2 right">
+       <td align="center" class="switch_sw$content[sw] bottom right">
                $content[sender]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right">
-               [<a href="{?URL?}/modules.php?module=login&amp;what=unconfirmed&amp;$content[type]=$content[data]">{--EMAIL_DETAILS_LINK--}</a>]
+       <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>
-       <td align="center" class="switch_sw$content[sw] bottom2 right">$content[timestamp]</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?}
+               {%pipe,translateComma=$content[points]%} {?POINTS?}
        </td>
 </tr>