Code

Updated ACL Filter
[gosa.git] / gosa-core / plugins / admin / acl / tabs_acl.inc
index 4a652a849260ecef7bba52709d68df68f5ca51de..8f883795b2e2b9678b4ede9c294ae38f9a7645aa 100644 (file)
@@ -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.= "<p style=\"text-align:right\">\n";
+      $display.= "  <input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
+      $display.= "</p>";
+    }elseif(!$this->by_object['acl']->dialog){
       $display.= "<p style=\"text-align:right\">\n";
       $display.= "  <input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
       $display.= "  &nbsp;\n";