summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a195a0)
raw | patch | inline | side by side (parent: 5a195a0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Jan 2010 08:57:26 +0000 (08:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Jan 2010 08:57:26 +0000 (08:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15245 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc | patch | blob | history | |
gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc
index 7171cc07ed7779fa8220f770c27bb329f5bded1c..44565dd9e24756f1ccc4a5a6808600ded9eb618b 100644 (file)
$this->target_add_list_used = TRUE;
if($this->target_divlist == NULL){
- $this->target_divlist = new EventTargetAddUserList($this->config,$this);
+ $this->target_divlist = new EventAddUserDialog($this->config,$this);
}
$this->target_divlist->execute();
diff --git a/gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc b/gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc
index 714b6edde058857b3af0f512a37d1828f9b3f0c2..de812ba948b6c6cd34c2ab2f9f39e1be28282717 100644 (file)
* This code is part of GOsa (http://www.gosa-project.org)
* Copyright (C) 2003-2008 GONICUS GmbH
*
- * ID: $$Id: class_EventTargetAddUserList.inc 9597 2008-03-10 14:16:59Z hickert $$
+ * ID: $$Id: class_EventAddUserDialog.inc 9597 2008-03-10 14:16:59Z hickert $$
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-class EventTargetAddUserList extends MultiSelectWindow
+class EventAddUserDialog extends MultiSelectWindow
{
public $display_server = TRUE;
public $display_workstation = TRUE;
function __construct(&$config,$parent)
{
- MultiSelectWindow::MultiSelectWindow($config, "EventTargetAddUserList",
+ MultiSelectWindow::MultiSelectWindow($config, "EventAddUserDialog",
array("users","groups"));
$this->parent = $parent;