Code

Updated listing of FAI classes
[gosa.git] / gosa-plugins / goto / admin / systems / goto / tabs_printers.inc
index a7d777d5ee03c8f7b0babb529e5c2a2fe18f3625..6a7e0e02d4323b767aa355e05fa1793f68e543c2 100644 (file)
@@ -3,13 +3,18 @@
 class printtabs extends tabs
 {
 
-  function printtabs($config, $data, $dn,$category)
+  function printtabs($config, $data, $dn,$category,$hide_refs = FALSE, $hide_acls = FALSE)
   {
 
     /* Save dn */
     $this->dn= $dn;
     $this->config= $config;
 
+    $this->hide_acls = $hide_acls;
+    $this->hide_refs = $hide_refs;
+
+    $this->acl_category = $category;
+
     $baseobject= NULL;
 
     foreach ($data as $tab){
@@ -26,6 +31,7 @@ class printtabs 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 == ""){