]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin/federation.tpl
Show month/halfyear usage
[friendica.git] / view / templates / admin / federation.tpl
index 177d5406f61d1bdf0fe1ec0c7efb6e59c89d295c..e80565fd1ba119311ef218be1d3f582ff0529709 100644 (file)
@@ -5,16 +5,12 @@
        <canvas id="FederationChart" class="federation-graph" width="320" height="320"></canvas>
        <p>{{$intro}}</p>
 
-       {{if not $autoactive}}
-       <p class="error-message">{{$hint nofilter}}</p>
-       {{/if}}
-
        <p>{{$legendtext}}</p>
 
        <ul>
                {{foreach $counts as $c}}
                        {{if $c[0]['total'] > 0}}
-                       <li>{{$c[0]['platform']}} ({{$c[0]['total']}}/{{$c[0]['users']}})</li>
+                       <li>{{$c[0]['platform']}} ({{$c[0]['total']}} &bull; {{$c[0]['month']}} &bull; {{$c[0]['halfyear']}} &bull; {{$c[0]['users']}})</li>
                        {{/if}}
                {{/foreach}}
        </ul>