Code

Added CopyPasteVars
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 Apr 2006 06:05:13 +0000 (06:05 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 Apr 2006 06:05:13 +0000 (06:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2983 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_environment.inc

index 86447ea180939a265dd9455c8ba8af531121e4f1..d34c14f02aecbbbbb02b4a8a8c5356bcbc7e796e 100644 (file)
@@ -59,6 +59,9 @@ class environment extends plugin
 
   /* general settings */
   // Sets the attributes which will kept on page reload, which will be saved, ...
+
+  var $CopyPasteVars      = array("gotoHotplugDevices","newKioskProfiles","gotoAvailableShares","gotoShareSelections","gotoPrinterSel","gotoProfileFlag_L","gotoXResolutions","gotoProfileFlag_C","gotoProfileServers","useProfile","is_group","in_dialog");
+
   var $attributes         = array("uid","gotoProfileServer","gotoProfileFlags",
                                     "gotoXResolution","gotoProfileQuota",
                                     "gotoLogonScripts","gotoLogonScript",
@@ -74,7 +77,6 @@ class environment extends plugin
   {
     plugin::plugin ($config, $dn);
 
-   
     /* Check : Are we currently editing a group or user dialog */
     if((isset($this->attrs['cn'][0]))&&(!isset($this->attrs['uid'][0]))){
       $suffix="Group";