From: hickert Date: Mon, 22 May 2006 07:12:18 +0000 (+0000) Subject: Added base selction gray out if baseACL == disabled X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=950b1eebb9ed567456221d16b0733da6fc453b30;p=gosa.git Added base selction gray out if baseACL == disabled git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3478 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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}