Code

Updated listing of FAI classes
[gosa.git] / gosa-plugins / goto / admin / systems / goto / tabs_terminal.inc
index 2a644f7fa972978e5a3be8084b7f2b060959d460..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 == ""){
@@ -81,7 +87,7 @@ class termtabs extends tabs
     /* Check for new 'dn', in order to propagate the
        'dn' to all plugins */
     $baseobject= $this->by_object['termgeneric'];
-    $this->dn= "cn=".$baseobject->cn.",".get_ou('terminalou').$baseobject->base;
+    $this->dn= "cn=".$baseobject->cn.",".get_ou('terminalRDN').$baseobject->base;
     $baseobject->dn= $this->dn;
 
     if($this->dn != $baseobject->orig_dn && $baseobject->orig_dn != "new"){