]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_surfbar_stats_row.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_surfbar_stats_row.tpl
index 51ccfed74951e932f3d4556cc2af550b021a81dc..0e864ead93757b46abf84ae38da676c1b71879f1 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
-       <td align="center" class="switch_$content[sw] bottom2 right2">[<strong>$content[userid]</strong>]</td>
-       <td align="center" class="switch_$content[sw] bottom2 right2">$content[visited_urls]</td>
-       <td align="center" class="switch_$content[sw] bottom2">$content[total_visits]</td>
+       <td align="center" class="switch_$content[sw] bottom right">{%pipe,generateUserProfileLink=$content[stats_userid]%}</td>
+       <td align="center" class="switch_$content[sw] bottom right">{%pipe,translateComma=$content[visited_urls]%}</td>
+       <td align="center" class="switch_$content[sw] bottom">{%pipe,translateComma=$content[total_visits]%}</td>
 </tr>