]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_doubler_list_rows.tpl
Fix of display-bug in member's overview of points (what=points) and extra call-back...
[mailer.git] / templates / de / html / guest / guest_doubler_list_rows.tpl
index ee167497673103e96529d87912bed00ae70e4e2e..0b85214323d902875ff6a38f71d20e39f7c975df 100644 (file)
@@ -1,8 +1,11 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"
-               width="100">$content[uid]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"
-               width="160">$content[points]</TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center" width="160">
-       $content[stamp]</TD>
-</TR>
+<tr>
+       <td class="switch_sw$content[sw] bottom right" align="center" width="100">
+               $content[userid]
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center" width="160">
+               $content[points]
+       </td>
+       <td class="switch_sw$content[sw] bottom" align="center" width="160">
+               $content[timemark]
+       </td>
+</tr>