Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_stats_member.tpl
index 128c1ab9ec080864d1ac48bc653adc3ae117bd23..1d18571dad079debf6de7c9216a337691e8bb515 100644 (file)
@@ -1,54 +1,48 @@
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="guest_stats dashed">
        <tr>
-               <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS--}</strong></td>
+               <td align="center" class="guest_stats_title bottom" colspan="4">
+                       <strong>{--GUEST_STATS--}</strong>
+               </td>
        </tr>
        <tr>
-               <td class="guest_stats_l bottom2">{--USERS_TOTAL--}:</td>
-               <td class="guest_stats_m bottom2 right2">&nbsp;</td>
-               <td class="guest_stats_r bottom2 right2">$content[total_users]</td>
-               <td class="guest_stats_l bottom2">{--UNCONFIRMED_USERIDS--}:</td>
-               <td class="guest_stats_m bottom2 right2">&nbsp;</td>
-               <td class="guest_stats_r bottom2">$content[unconfirmed]</td>
+               <td class="guest_stats_l bottom">{--USERS_TOTAL--}:</td>
+               <td class="guest_stats_r bottom right">$content[total_users]</td>
+               <td class="guest_stats_l bottom">{--UNCONFIRMED_USERIDS--}:</td>
+               <td class="guest_stats_r bottom">$content[unconfirmed]</td>
        </tr>
        <tr>
-               <td class="guest_stats_l bottom2">{--GUEST_STATS_MALES--}:</td>
-               <td class="guest_stats_m bottom2 right2">&nbsp;</td>
-               <td class="guest_stats_r bottom2 right2">$content[total_males]</td>
-               <td class="guest_stats_l bottom2">{--GUEST_STATS_FEMALES--}:</td>
-               <td class="guest_stats_m bottom2 right2">&nbsp;</td>
-               <td class="guest_stats_r bottom2">$content[total_females]</td>
+               <td class="guest_stats_l bottom">{--GUEST_STATS_MALES--}:</td>
+               <td class="guest_stats_r bottom right">$content[total_males]</td>
+               <td class="guest_stats_l bottom">{--GUEST_STATS_FEMALES--}:</td>
+               <td class="guest_stats_r bottom">$content[total_females]</td>
        </tr>
        <!--
        @TODO We have to fix these counters.
        <tr>
-               <td class="guest_stats_l bottom2">{--GUEST_STATS_TONLINE--}:</td>
-               <td class="guest_stats_m bottom2 right2">&nbsp;</td>
-               <td class="guest_stats_r bottom2 right2">$content[tmem_count]</td>
-               <td class="guest_stats_l bottom2">{--GUEST_STATS_YONLINE--}:</td>
-               <td class="guest_stats_m bottom2 right2">&nbsp;</td>
-               <td class="guest_stats_r bottom2">$content[ymem_count]</td>
+               <td class="guest_stats_l bottom">{--GUEST_STATS_TONLINE--}:</td>
+               <td class="guest_stats_r bottom right">$content[tmem_count]</td>
+               <td class="guest_stats_l bottom">{--GUEST_STATS_YONLINE--}:</td>
+               <td class="guest_stats_r bottom">$content[ymem_count]</td>
        </tr>
        //-->
        <tr>
-               <td class="guest_stats_l bottom2">{--GUEST_STATS_TREGISTER--}:</td>
-               <td class="guest_stats_m bottom2 right2">&nbsp;</td>
-               <td class="guest_stats_r bottom2 right2">$content[treg_count]</td>
-               <td class="guest_stats_l bottom2">{--GUEST_STATS_YREGISTER--}:</td>
-               <td class="guest_stats_m bottom2 right2">&nbsp;</td>
-               <td class="guest_stats_r bottom2">$content[yreg_count]</td>
+               <td class="guest_stats_l bottom">{--GUEST_STATS_TREGISTER--}:</td>
+               <td class="guest_stats_r bottom right">$content[treg_count]</td>
+               <td class="guest_stats_l bottom">{--GUEST_STATS_YREGISTER--}:</td>
+               <td class="guest_stats_r bottom">$content[yreg_count]</td>
        </tr>
        <tr>
-               <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_MONTHLY--}</strong></td>
+               <td align="center" class="guest_stats_title bottom" colspan="4"><strong>{--GUEST_STATS_MONTHLY--}</strong></td>
        </tr>
        $content[month_rows]
        <tr>
-               <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_CATS--}</strong></td>
+               <td align="center" class="guest_stats_title bottom" colspan="4"><strong>{--GUEST_STATS_CATS--}</strong></td>
        </tr>
        $content[cats_rows]
        <tr>
-               <td align="center" class="guest_stats_footer" colspan="6"><a
-                       href="{?URL?}/modules.php?module=index&amp;what=stats&amp;mode=$content[lmode]">$content[ltitle]</a>
+               <td align="center" class="guest_stats_footer" colspan="4"><a
+                       href="{%url=modules.php?module=index&amp;what=stats&amp;mode=$content[lmode]%}">$content[ltitle]</a>
                </td>
        </tr>
 </table>