From 80ec92ce8d9f615eeb06d92b67ad1ff840cad0cc Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 2 May 2017 12:46:50 -0700 Subject: Revert "move theme specific files to theme dir" This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. --- view/tpl/admin_summary.tpl | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 view/tpl/admin_summary.tpl (limited to 'view/tpl/admin_summary.tpl') diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl new file mode 100755 index 000000000..ca94b0ef7 --- /dev/null +++ b/view/tpl/admin_summary.tpl @@ -0,0 +1,43 @@ +
+

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

+{{if $adminalertmsg}} + +{{/if}} +{{if $upgrade}} + +{{/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}} +
+
+
{{$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}}
+
+
+
{{$vmaster.0}}
+
{{$vmaster.1}}
+
+
+
{{$vdev.0}}
+
{{$vdev.1}}
+
+
\ No newline at end of file -- cgit v1.2.3