summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e07d740)
raw | patch | inline | side by side (parent: e07d740)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Apr 2006 06:05:13 +0000 (06:05 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc
index 86447ea180939a265dd9455c8ba8af531121e4f1..d34c14f02aecbbbbb02b4a8a8c5356bcbc7e796e 100644 (file)
/* 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",
{
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";