X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fadmin%2Fsummary.tpl;h=9e69b673269d7c10a2d0329f26eb5e5c92949829;hb=c7811576ccb07d760197bc31ee8b49aedcdb62ca;hp=e650144134960f583579228821372ada5fe20461;hpb=2ca03acb459cf3147579d37d516cd39bb3b493e3;p=friendica.git diff --git a/view/templates/admin/summary.tpl b/view/templates/admin/summary.tpl index e650144134..9e69b67326 100644 --- a/view/templates/admin/summary.tpl +++ b/view/templates/admin/summary.tpl @@ -1,40 +1,24 @@

{{$title}} - {{$page}}

-{{if $showwarning}} +{{if $warningtext|count}}
{{foreach $warningtext as $wt}} -

{{$wt}}

+

{{$wt nofilter}}

{{/foreach}}
{{/if}}
{{$queues.label}}
-
{{$queues.queue}} - {{$queues.workerq}}
+
{{$queues.deferred}} - {{$queues.workerq}}
-
-
{{$pending.0}}
-
{{$pending.1}} -
- -
-
{{$users.0}}
-
{{$users.1}}
-
- {{foreach $accounts as $p}} -
-
{{$p.0}}
-
{{if $p.1}}{{$p.1}}{{else}}0{{/if}}
-
- {{/foreach}} -
-
{{$plugins.0}}
+
{{$addons.0}}
- {{foreach $plugins.1 as $p}} -
{{$p}}
+ {{foreach $addons.1 as $p}} +
{{$p}}
{{/foreach}}
@@ -44,5 +28,22 @@
{{$platform}} '{{$codename}}' {{$version.1}} - {{$build}} +
+
{{$serversettings.label}}
+
+ + + + {{foreach $serversettings.php as $k => $p}} + + {{/foreach}} + + {{foreach $serversettings.mysql as $k => $p}} + + {{/foreach}} + +
PHP
{{$k}}{{$p}}
MySQL / MariaDB
{{$k}}{{$p}}
+
+