From 950b1eebb9ed567456221d16b0733da6fc453b30 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 22 May 2006 07:12:18 +0000 Subject: [PATCH] Added base selction gray out if baseACL == disabled git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3478 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/generic.tpl | 6 +++++- plugins/admin/ogroups/generic.tpl | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/plugins/admin/groups/generic.tpl b/plugins/admin/groups/generic.tpl index d9b3d71c7..addcdf47d 100644 --- a/plugins/admin/groups/generic.tpl +++ b/plugins/admin/groups/generic.tpl @@ -23,7 +23,11 @@ - + {if $baseACL==""} + + {else} + + {/if} diff --git a/plugins/admin/ogroups/generic.tpl b/plugins/admin/ogroups/generic.tpl index 8de8350dc..182f28ec3 100644 --- a/plugins/admin/ogroups/generic.tpl +++ b/plugins/admin/ogroups/generic.tpl @@ -23,7 +23,11 @@ - + {if $baseACL==""} + + {else} + + {/if} -- 2.30.2