Code

Fixed images in FAI list
[gosa.git] / gosa-plugins / goto / admin / systems / goto / tabs_terminal.inc
index 86bee8ac0d111d0cc4517b4666f2052b280ed4b6..95457217a7ac75d4afdfc79797ba484a3ad5106f 100644 (file)
@@ -4,12 +4,15 @@ 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;
+
     $baseobject= NULL;
 
     foreach ($data as $tab){
@@ -26,6 +29,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 == ""){