Code

Updated object movement.
[gosa.git] / plugins / admin / fai / class_faiManagement.inc
index 63ffb647fa1dd7ad0cc4482e6185ef6de4787b43..629b0190d77383bd51a939402e5a36d1b5a42e09 100644 (file)
@@ -400,8 +400,16 @@ class faiManagement extends plugin
         $mimedst = preg_replace("/ou=fai,ou=configs,ou=systems,/","ou=mime,","ou=".$name.",".$baseToUse) ; 
 
         /* Print header to have styles included */
-        echo "<!-- headers.tpl-->".$smarty->fetch(get_template_path('headers.tpl'));
-        echo "<body style='background-image:none;margin:3px;color:black'>";
+        echo '  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+          <html>
+          <head>
+          <title></title>
+          <style type="text/css">@import url("themes/default/style.css");</style>
+          <script language="javascript" src="include/focus.js" type="text/javascript"></script>
+          </head>
+          <body style="background: none;margin:3px;color:black">
+          ';
+
 
         /* Duplicate applications 
          */
@@ -447,6 +455,8 @@ class faiManagement extends plugin
           <br><input type='submit' name='CloseIFrame' value='"._("Continue")."'>
           </form></div>";
 
+        echo "<script language=\"javascript\" type=\"text/javascript\">scrollDown2();</script>" ;
+
         /* Print footer to have valid html */
         echo "</body></html>";
 
@@ -514,7 +524,9 @@ class faiManagement extends plugin
       $acl = $this->ui->get_permissions($this->DivListFai->selectedBase,"fai/faiProfile");
       if(preg_match("/c/",$acl)){
         $a_setup= $this->get_type(array("objectClass"=>array("FAIprofile")));
-        $this->dialog = new $a_setup[0]($this->config,$this->config->data['TABS'][$a_setup[2]],$this->dn);
+        $this->dialog = new $a_setup[0]($this->config,$this->config->data['TABS'][$a_setup[2]],$this->dn,"fai");
+        $this->dialog->set_acl_base($_SESSION['CurrentMainBase']);
+
         $this->is_dialog = false;
       }else{
         print_red(sprintf(_("You are not allowed to create a new '%s' object."),"FAIprofile"));