]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_rallye_usr_row.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_list_rallye_usr_row.tpl
index 7a72db4ffb1af5a43bea4d05dba2b13b42f72406..de9f9d126c755c10738b5fedcd3d250a2389b4ee 100644 (file)
@@ -1,12 +1,15 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+<tr>
+       <td align="center" class="switch_sw$content[sw] bottom right">
        $content[bold_l]<a
-               href="{!URL!}/modules.php?module=admin&amp;what=list_user&amp;u_id=$content[uid]">$content[uid]</a>$content[bold_r]
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[bold_l]$content[old]$content[bold_r]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[bold_l]$content[cnt]$content[bold_r]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">
-       $content[bold_l]$content[opoints]$content[bold_r]</TD>
-</TR>
+               href="{%url=modules.php?module=admin&amp;what=list_user&amp;userid=$content[userid]%}">$content[userid]</a>$content[bold_r]
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[bold_l]$content[rews]$content[bold_r]
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[bold_l]$content[cnt]$content[bold_r]
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom">
+               $content[bold_l]{%pipe,translateComma=$content[opoints]%}$content[bold_r]
+       </td>
+</tr>