From 23ea974615cc8ffb3756769fe872affcee3d5c3a Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Sat, 7 Mar 2015 18:19:52 +0100 Subject: Add alert to admin page about old PHP version. Add an alert message to admin summary page when a PHP version < 5.4 was detected as this has reached EOL and will not be supported with the new SabreDAV library. Some styleguide optimisation. Add NULL_DATE example to doc/sql_conventions.bb. Display a "0" when no plugins active in summary page. Added some more numbers to summary admin page, expired accounts, channels. Hope I interpreted them right. I have no idea how to get blocked accounts. --- view/tpl/admin_summary.tpl | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'view/tpl/admin_summary.tpl') diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl index 7f752a773..259640849 100755 --- a/view/tpl/admin_summary.tpl +++ b/view/tpl/admin_summary.tpl @@ -1,36 +1,32 @@

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

- +{{if $adminalertmsg}} + +{{/if}}
{{$queues.label}}
{{$queues.queue}}
+
+
{{$accounts.0}}
+
{{foreach from=$accounts.1 item=acc name=account}}{{$acc.val}}{{if !$smarty.foreach.account.last}} / {{/if}}{{/foreach}}
+
{{$pending.0}}
{{$pending.1}}
-
-
{{$users.0}}
-
{{$users.1}}
+
{{$channels.0}}
+
{{foreach from=$channels.1 item=ch name=chan}}{{$ch.val}}{{if !$smarty.foreach.chan.last}} / {{/if}}{{/foreach}}
-
{{$plugins.0}}
{{foreach $plugins.1 as $p}} {{$p}} {{/foreach}} -  
{{$version.0}}
{{$version.1}} - {{$build}}
- -
+ \ No newline at end of file -- cgit v1.2.3