From 30659aef5062a5e6a4ef94f63f8bbb2f89fb3965 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 7 Feb 2017 20:29:03 -0800 Subject: initial permcat creation ability, in /settings/permcats; functional permcat creation for testing but still needs a lot of UX work before promoting the ability --- view/tpl/settings_permcats.tpl | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 view/tpl/settings_permcats.tpl (limited to 'view/tpl') diff --git a/view/tpl/settings_permcats.tpl b/view/tpl/settings_permcats.tpl new file mode 100644 index 000000000..46a289ac2 --- /dev/null +++ b/view/tpl/settings_permcats.tpl @@ -0,0 +1,51 @@ +
+
+

{{$title}}

+
+
+
+ + +
+ + {{include file="field_input.tpl" field=$name}} + +
+ +
+
+ +
+ +
+
+
+ {{$permnote}} +
+ + + + + + {{foreach $perms as $prm}} + {{include file="field_acheckbox.tpl" field=$prm}} + {{/foreach}} +
{{$me}}
+ +
+ +
+
+
+
+ + +
-- cgit v1.2.3