From e332d1074f1b663ec66d37b0f575df2e41d5535c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 1 May 2017 21:10:04 -0700 Subject: move theme specific files to theme dir --- view/theme/redbasic/tpl/admin_summary.tpl | 43 +++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 view/theme/redbasic/tpl/admin_summary.tpl (limited to 'view/theme/redbasic/tpl/admin_summary.tpl') diff --git a/view/theme/redbasic/tpl/admin_summary.tpl b/view/theme/redbasic/tpl/admin_summary.tpl new file mode 100755 index 000000000..ca94b0ef7 --- /dev/null +++ b/view/theme/redbasic/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