]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_stats_member.tpl
Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_stats_member.tpl
index f6f82860b6d8d2fa3fe1d8e8b24241185fdc716c..1d18571dad079debf6de7c9216a337691e8bb515 100644 (file)
@@ -1,53 +1,47 @@
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="guest_stats dashed">
        <tr>
-               <td align="center" class="guest_stats_title bottom" 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 bottom">{--USERS_TOTAL--}:</td>
-               <td class="guest_stats_m bottom right">&nbsp;</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_m bottom right">&nbsp;</td>
                <td class="guest_stats_r bottom">$content[unconfirmed]</td>
        </tr>
        <tr>
                <td class="guest_stats_l bottom">{--GUEST_STATS_MALES--}:</td>
-               <td class="guest_stats_m bottom right">&nbsp;</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_m bottom right">&nbsp;</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 bottom">{--GUEST_STATS_TONLINE--}:</td>
-               <td class="guest_stats_m bottom right">&nbsp;</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_m bottom right">&nbsp;</td>
                <td class="guest_stats_r bottom">$content[ymem_count]</td>
        </tr>
        //-->
        <tr>
                <td class="guest_stats_l bottom">{--GUEST_STATS_TREGISTER--}:</td>
-               <td class="guest_stats_m bottom right">&nbsp;</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_m bottom right">&nbsp;</td>
                <td class="guest_stats_r bottom">$content[yreg_count]</td>
        </tr>
        <tr>
-               <td align="center" class="guest_stats_title bottom" 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 bottom" 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
+               <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>