From 91819bfc2d475e1b16d3f5e9ca685ca2531a9084 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 8 Feb 2017 17:21:32 -0800 Subject: bringer - all basic functionality is implemented --- view/tpl/settings_permcats.tpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'view/tpl/settings_permcats.tpl') diff --git a/view/tpl/settings_permcats.tpl b/view/tpl/settings_permcats.tpl index 597002815..f6bb9b036 100644 --- a/view/tpl/settings_permcats.tpl +++ b/view/tpl/settings_permcats.tpl @@ -45,6 +45,19 @@ + {{if $permcats}} +
+ + {{foreach $permcats as $k => $v}} + + + + + {{/foreach}} +
{{$k}}
+
+ {{/if}} + -- cgit v1.2.3