]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin_summary.tpl
[frio] Enable Like Rotator on posts
[friendica.git] / view / templates / admin_summary.tpl
index b3b42a1392b55eafa5ca04ed4a4b67c912334342..c8e8af22945ff36afc3defa4fcb651fd4dcc1b80 100644 (file)
@@ -1,14 +1,17 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <div id='adminpage'>
        <h1>{{$title}} - {{$page}}</h1>
+{{if $showwarning}}
+       <div id="admin-warning-message-wrapper">
+               {{foreach $warningtext as $wt}}
+               <p class="warning-message">{{$wt}}</p>
+               {{/foreach}}
+       </div>
+{{/if}}
 
        <dl>
                <dt>{{$queues.label}}</dt>
-               <dd>{{$queues.deliverq}} - {{$queues.queue}}</dd>
+               <dd>{{$queues.deliverq}} - <a href="{{$baseurl}}/admin/queue">{{$queues.queue}}</a>{{if $workeractive}} - {{$queues.workerq}}{{/if}}</dd>
        </dl>
        <dl>
                <dt>{{$pending.0}}</dt>
                <dt>{{$plugins.0}}</dt>
                
                {{foreach $plugins.1 as $p}}
-                       <dd>{{$p}}</dd>
+                       <dd><a href="/admin/plugins/{{$p}}/">{{$p}}</a></dd>
                {{/foreach}}
                
        </dl>
 
        <dl>
                <dt>{{$version.0}}</dt>
-               <dd>{{$version.1}} - {{$build}}</dt>
+               <dd> {{$platform}} '{{$codename}}' {{$version.1}} - {{$build}}</dt>
        </dl>