X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fadmin%2Fsummary.tpl;h=9e69b673269d7c10a2d0329f26eb5e5c92949829;hb=c7811576ccb07d760197bc31ee8b49aedcdb62ca;hp=8929cfbecd391711ccc04815cac98cf49d35290a;hpb=d7dc1f6d27a7312edaa03d5cf4c46418330042f3;p=friendica.git diff --git a/view/templates/admin/summary.tpl b/view/templates/admin/summary.tpl index 8929cfbecd..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}} -
{{$addons.0}}
{{foreach $addons.1 as $p}} -
{{$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}}
+
+