]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_top10_row_login.tpl
Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_top10_row_login.tpl
index f803103a82b9d1901f1d3487572bbfe122d95b0d..9d74e1fa81eec5ca280248fc4b7fc111bc743d94 100644 (file)
@@ -1,8 +1,7 @@
-<TR>
-       <TD class="top10_row1 switch_sw$content[sw] bottom2 right2"
-               align="center">$content[cnt]</TD>
-       <TD class="top10_row2 switch_sw$content[sw] bottom2 right2">&nbsp;$content[uid]&nbsp;($content[nick])</TD>
-       <TD class="top10_row3 switch_sw$content[sw] bottom2 right2">&nbsp;$content[logins]</TD>
-       <TD class="top10_row4 switch_sw$content[sw] bottom2 right2">&nbsp;$content[points]</TD>
-       <TD class="top10_row5 switch_sw$content[sw] bottom2">&nbsp;$content[last]</TD>
-</TR>
+<tr>
+       <td class="top10_row1 switch_sw$content[sw] bottom right" align="center">$content[cnt]</td>
+       <td class="top10_row2 switch_sw$content[sw] bottom right">$content[userid]($content[nickname])</td>
+       <td class="top10_row3 switch_sw$content[sw] bottom right">$content[total_logins]</td>
+       <td class="top10_row4 switch_sw$content[sw] bottom right">$content[points]</td>
+       <td class="top10_row5 switch_sw$content[sw] bottom">$content[last_online]</td>
+</tr>