From: hickert Date: Wed, 5 Apr 2006 06:05:13 +0000 (+0000) Subject: Added CopyPasteVars X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8afbfb58e0b69e13b6f5f5460f8e35bd376bbf10;p=gosa.git Added CopyPasteVars git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2983 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index 86447ea18..d34c14f02 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -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";