From ef704f46fb1b8aaf90bbe2626a5394cd32810a7d Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 22 Jan 2010 08:57:26 +0000 Subject: [PATCH] Updated class name git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15245 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/addons/goto/events/class_DaemonEvent_notify.inc | 2 +- .../goto/addons/goto/events/class_EventAddUserDialog.inc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 7171cc07e..44565dd9e 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc @@ -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(); diff --git a/gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc b/gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc index 714b6edde..de812ba94 100644 --- a/gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc +++ b/gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc @@ -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; -- 2.30.2