Code

Updated class name
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Jan 2010 08:57:26 +0000 (08:57 +0000)
committerhickert <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
gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc

index 7171cc07ed7779fa8220f770c27bb329f5bded1c..44565dd9e24756f1ccc4a5a6808600ded9eb618b 100644 (file)
@@ -172,7 +172,7 @@ class DaemonEvent_notify extends DaemonEvent
     $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();
 
index 714b6edde058857b3af0f512a37d1828f9b3f0c2..de812ba948b6c6cd34c2ab2f9f39e1be28282717 100644 (file)
@@ -3,7 +3,7 @@
  * 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
@@ -20,7 +20,7 @@
  * 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;
@@ -34,7 +34,7 @@ class EventTargetAddUserList extends MultiSelectWindow
 
   function __construct(&$config,$parent)
   {
-    MultiSelectWindow::MultiSelectWindow($config, "EventTargetAddUserList", 
+    MultiSelectWindow::MultiSelectWindow($config, "EventAddUserDialog", 
         array("users","groups"));
 
     $this->parent       = $parent;