X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fplugins%2Fadmin%2Facl%2Ftabs_acl.inc;h=8f883795b2e2b9678b4ede9c294ae38f9a7645aa;hb=800d69cc3a65d84fa86b551810411c9a3e404a7b;hp=4a652a849260ecef7bba52709d68df68f5ca51de;hpb=c801cc849488b3fa2a4c71636cb5cf006e89ed53;p=gosa.git diff --git a/gosa-core/plugins/admin/acl/tabs_acl.inc b/gosa-core/plugins/admin/acl/tabs_acl.inc index 4a652a849..8f883795b 100644 --- a/gosa-core/plugins/admin/acl/tabs_acl.inc +++ b/gosa-core/plugins/admin/acl/tabs_acl.inc @@ -54,6 +54,7 @@ class acltab extends tabs $this->by_object[$tab['CLASS']]->parent= &$this; $this->by_object[$tab['CLASS']]->set_acl_category("acl"); + $this->read_only |= $this->by_object[$tab['CLASS']]->read_only; /* Initialize current */ if ($this->current == ""){ @@ -76,7 +77,11 @@ class acltab extends tabs function execute() { $display= tabs::execute(); - if(!$this->by_object['acl']->dialog){ + if($this->read_only){ + $display.= "

\n"; + $display.= " \n"; + $display.= "

"; + }elseif(!$this->by_object['acl']->dialog){ $display.= "

\n"; $display.= " \n"; $display.= "  \n";