Code

Updated listing of FAI classes
[gosa.git] / gosa-plugins / goto / admin / systems / goto / tabs_terminal.inc
index 86bee8ac0d111d0cc4517b4666f2052b280ed4b6..b1adb932836e4177e9f932b1fe2ff037c623630b 100644 (file)
@@ -4,12 +4,16 @@ class termtabs extends tabs
 {
   public $was_activated = FALSE;
 
-  function termtabs($config, $data, $dn, $category)
+  function termtabs($config, $data, $dn, $category,$hide_refs = FALSE, $hide_acls = FALSE)
   {
     /* Save dn */
     $this->dn= $dn;
     $this->config= $config;
 
+    $this->hide_refs = $hide_refs;
+    $this->hide_acls = $hide_acls;
+    $this->acl_category = $category;
+
     $baseobject= NULL;
 
     foreach ($data as $tab){
@@ -26,6 +30,7 @@ class termtabs extends tabs
 
       $this->by_object[$tab['CLASS']]->parent= &$this;
       $this->by_object[$tab['CLASS']]->set_acl_category($category);
+      $this->read_only |= $this->by_object[$tab['CLASS']]->read_only;
 
       /* Initialize current */
       if ($this->current == ""){