Code

Fixed images in FAI list
[gosa.git] / gosa-plugins / goto / admin / systems / goto / tabs_terminal.inc
index 2a644f7fa972978e5a3be8084b7f2b060959d460..95457217a7ac75d4afdfc79797ba484a3ad5106f 100644 (file)
@@ -2,13 +2,17 @@
 
 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){
@@ -25,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 == ""){
@@ -81,7 +86,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"){