From 220ed35f5855f22344d7a815da9bb1f6c96f1002 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 17 Dec 2021 14:59:25 +0100 Subject: implement contact role deletion --- view/tpl/permcats.tpl | 44 ++++++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 14 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/permcats.tpl b/view/tpl/permcats.tpl index 279903048..d0f175cfb 100644 --- a/view/tpl/permcats.tpl +++ b/view/tpl/permcats.tpl @@ -4,7 +4,7 @@
-
+ @@ -31,20 +31,36 @@ {{include file="field_acheckbox.tpl" field=$prm}} {{/foreach}} -
- +
+ {{if !$is_system_role && $return_path}} + + {{/if}} +
- {{**if $permcats}} - - {{foreach $permcats as $k => $v}} - - - - - {{/foreach}} -
{{$v}}
- {{/if**}} -
+{{if !$is_system_role && $return_path}} + +{{/if}} -- cgit v1.2.3