Code

Updated listing of FAI classes
[gosa.git] / gosa-plugins / goto / admin / systems / goto / tabs_terminal.inc
index fbf62904c030f28c1b0317cc17cab8affd0de3ea..b1adb932836e4177e9f932b1fe2ff037c623630b 100644 (file)
@@ -2,13 +2,18 @@
 
 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){
@@ -25,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 == ""){