summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a063e95)
raw | patch | inline | side by side (parent: a063e95)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Mar 2008 10:21:09 +0000 (10:21 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Mar 2008 10:21:09 +0000 (10:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9300 594d385d-05f5-0310-b6e9-bd551577e9d8
16 files changed:
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent.inc
index 93cd7dc9706f9d5151dfe4e2af547e4df58d278f..ae4f7e3105402c6aec7aad6a62a18a54ce9db127 100644 (file)
<?php
-
/*
- This code is part of GOsa (http://www.gosa-project.org)
- Copyright (C) 2008 Fabian 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
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
define("SCHEDULED_EVENT",1);
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_faireboot.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_faireboot.inc
index 2584eaaf728eb0f4a4ea93ea655def9f7287ef9a..e529c910d851a9649eb080d758c8ecdc493dcadf 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
class DaemonEvent_faireboot extends DaemonEvent
{
public function __construct($config,$data = array())
$this->s_Menu_Name = _("Abort installation");
$this->s_Event_Name = _("Abort installation");
$this->s_Schedule_Action = "job_trigger_action_faireboot";
- $this->s_Trigger_Action= "job_trigger_action_faireboot";
+ $this->s_Trigger_Action= "gosa_trigger_action_faireboot";
$this->s_Queued_Action= "trigger_action_faireboot";
$this->s_Menu_Image = "images/small_error.png";
$this->s_List_Image = "images/small_error.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_halt.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_halt.inc
index 29b2c3f89f8c87b62d7fd67dc6b51e1324a419ad..f743f009b8e69755477867485e857fad839d9d4a 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
class DaemonEvent_halt extends DaemonEvent
{
$this->s_Menu_Name = _("Switch off");
$this->s_Event_Name = _("Switch off");
$this->s_Schedule_Action = "job_trigger_action_halt";
- $this->s_Trigger_Action= "job_trigger_action_halt";
+ $this->s_Trigger_Action= "gosa_trigger_action_halt";
$this->s_Queued_Action= "trigger_action_halt";
$this->s_Menu_Image = "images/status_stopped.png";
$this->s_List_Image = "images/status_stopped.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_install.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_install.inc
index c3335b687a54b8862cc10e873f83ad4ba66f0257..32d5aed1143e26ccec4ce4f4398d6f4cff610de7 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_install extends DaemonEvent
{
$this->s_Menu_Name = _("Install");
$this->s_Event_Name = _("Install");
$this->s_Schedule_Action = "job_trigger_action_install";
- $this->s_Trigger_Action= "job_trigger_action_install";
+ $this->s_Trigger_Action= "gosa_trigger_action_install";
$this->s_Queued_Action= "trigger_action_install";
$this->s_Menu_Image = "images/fai_small.png";
$this->s_List_Image = "images/fai_small.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_installation_activation.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_installation_activation.inc
index f5aff40a6cc6dda431b002eb18624908a177c48d..20b14e4a4627f8f32689ddf305bc2184bb61c4f2 100644 (file)
<?php
-
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_installation_activation extends DaemonEvent
{
$this->s_Menu_Name = _("Installation activation");
$this->s_Event_Name = _("Installation activation");
$this->s_Schedule_Action = "job_set_activated_for_installation";
- $this->s_Trigger_Action = "job_set_activated_for_installation";
+ $this->s_Trigger_Action = "gosa_set_activated_for_installation";
$this->s_Queued_Action = "set_activated_for_installation";
$this->s_Menu_Image = "images/true.png";
$this->s_List_Image = "images/true.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc
index e53a5dd52594c7e91a8841fe9fadb37e8296d250..f3ff263d6b3d0d0c64737c6c37c24758e7df8cd1 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_localboot extends DaemonEvent
{
$this->s_Menu_Name = _("Force localboot");
$this->s_Event_Name = _("Force localboot");
$this->s_Schedule_Action = "job_trigger_action_localboot";
- $this->s_Trigger_Action= "job_trigger_action_localboot";
+ $this->s_Trigger_Action= "gosa_trigger_action_localboot";
$this->s_Queued_Action= "trigger_action_localboot";
$this->s_Menu_Image = "images/select_workstation.png";
$this->s_List_Image = "images/select_workstation.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc
index f29215f9942ce2957befd9fe2376c59928bedb5e..e2d238c51233ad5f532735ba642b8a91f92e22a7 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_memcheck extends DaemonEvent
{
$this->s_Menu_Name = _("Memory test");
$this->s_Event_Name = _("Memory test");
$this->s_Schedule_Action= "job_trigger_action_memcheck";
- $this->s_Trigger_Action = "job_trigger_action_memcheck";
+ $this->s_Trigger_Action = "gosa_trigger_action_memcheck";
$this->s_Queued_Action = "trigger_action_memcheck";
$this->s_Menu_Image = "images/memory.png";
$this->s_List_Image = "images/memory.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc
index 7ebc7ec45d67b5f54145ebaf66b025c547c79d98..7486e7ea89d5432f8fb3661b3050de65a2ce84fb 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
class DaemonEvent_notify extends DaemonEvent
{
var $visible_for = USER_EVENT;
$this->s_Menu_Name = _("Send message");
$this->s_Event_Name = _("Send message");
$this->s_Schedule_Action = "job_trigger_action_notify";
- $this->s_Trigger_Action= "job_trigger_action_notify";
+ $this->s_Trigger_Action= "gosa_trigger_action_notify";
$this->s_Queued_Action= "trigger_action_notify";
$this->s_Menu_Image = "images/mailto.png";
$this->s_List_Image = "images/mailto.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc
index e2183ee07c7d251b63530228ac9e6945aed1de60..e0b55999dbdb06e78212cb9af6364c980662f545 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_reboot extends DaemonEvent
{
$this->s_Menu_Name = _("Reboot");
$this->s_Event_Name = _("Reboot");
$this->s_Schedule_Action = "job_trigger_action_reboot";
- $this->s_Trigger_Action= "job_trigger_action_reboot";
+ $this->s_Trigger_Action= "gosa_trigger_action_reboot";
$this->s_Queued_Action= "trigger_action_reboot";
$this->s_Menu_Image = "images/list_reload.png";
$this->s_List_Image = "images/list_reload.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc
index 59764fb0e4ec263235a87399d0ee2a4a901f1762..77c71c9ce79f2cfc0d95aecb9aebb622b1251a20 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_reinstall extends DaemonEvent
{
$this->s_Menu_Name = _("Reinstall");
$this->s_Event_Name = _("Reinstall");
$this->s_Schedule_Action = "job_trigger_action_reinstall";
- $this->s_Trigger_Action= "job_trigger_action_reinstall";
+ $this->s_Trigger_Action= "gosa_trigger_action_reinstall";
$this->s_Queued_Action= "trigger_action_reinstall";
$this->s_Menu_Image = "images/fai_small.png";
$this->s_List_Image = "images/fai_small.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reload_ldap_config.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reload_ldap_config.inc
index 0401207eff382d857a79fc00a20b90549a926f69..2dcb00f5b980e4beb68b5d8571c9d0cec4d6c8e6 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_reload_ldap_config extends DaemonEvent
{
$this->s_Menu_Name = _("Reload ldap config");
$this->s_Event_Name = _("Reload ldap config");
$this->s_Schedule_Action= "job_reload_ldap_config";
- $this->s_Trigger_Action = "job_reload_ldap_config";
+ $this->s_Trigger_Action = "gosa_reload_ldap_config";
$this->s_Queued_Action = "reload_ldap_config";
$this->s_Menu_Image = "images/edit.png";
$this->s_List_Image = "images/edit.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_rescan.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_rescan.inc
index 09ea9c753e9234c76ab7142671551c2cd08452d7..f4464760447ade97a5b77019a87d16449f2c8783 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_rescan extends DaemonEvent
{
$this->s_Menu_Name = _("Rescan hardware");
$this->s_Event_Name = _("Rescan hardware");
$this->s_Schedule_Action= "job_trigger_action_rescan";
- $this->s_Trigger_Action = "job_trigger_action_rescan";
+ $this->s_Trigger_Action = "gosa_trigger_action_rescan";
$this->s_Queued_Action = "trigger_action_rescan";
$this->s_Menu_Image = "images/snd_hardware.png";
$this->s_List_Image = "images/snd_hardware.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc
index 03b9ff6b74b0c6f8758f275337ba96d1578ff2eb..0e9cf111d80353710b049a9dc67fdbbb9b3ba164 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_sysinfo extends DaemonEvent
{
$this->s_Menu_Name = _("System analysis");
$this->s_Event_Name = _("System analysis");
$this->s_Schedule_Action= "job_trigger_action_sysinfo";
- $this->s_Trigger_Action = "job_trigger_action_sysinfo";
+ $this->s_Trigger_Action = "gosa_trigger_action_sysinfo";
$this->s_Queued_Action = "trigger_action_sysinfo";
$this->s_Menu_Image = "images/hardware.png";
$this->s_List_Image = "images/hardware.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_update.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_update.inc
index 9a00ea92b904992fdcf27d66f276879ae2350309..bace753f69d6304b274f71f0ad1755cebcc3c234 100644 (file)
<?php
-
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_update extends DaemonEvent
{
$this->s_Menu_Name = _("Software update");
$this->s_Event_Name = _("software update");
$this->s_Schedule_Action = "job_trigger_action_update";
- $this->s_Trigger_Action= "job_trigger_action_update";
+ $this->s_Trigger_Action= "gosa_trigger_action_update";
$this->s_Queued_Action= "trigger_action_update";
$this->s_Menu_Image = "images/time.png";
$this->s_List_Image = "images/time.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_wakeup.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_wakeup.inc
index 0172010e5a7d817fb46e0092d344d697290798ca..729d945fa5597b33f260435fb0d2780e042832f5 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class DaemonEvent_wakeup extends DaemonEvent
{
$this->s_Menu_Name = _("Wake up");
$this->s_Event_Name = _("Start a system");
$this->s_Schedule_Action= "job_trigger_action_wake";
- $this->s_Trigger_Action = "job_trigger_action_wake";
+ $this->s_Trigger_Action = "gosa_trigger_action_wake";
$this->s_Queued_Action = "trigger_action_wake";
$this->s_Menu_Image = "images/status_running.png";
$this->s_List_Image = "images/status_running.png";
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_EventTargetAddList.inc b/gosa-plugins/goto/addons/gotomasses/events/class_EventTargetAddList.inc
index 7fd5710022758011c0c02372a810564b0156b923..e3b5243815ce6005b76060ab216834a447f6b1fb 100644 (file)
<?php
+/*
+ * This code is part of GOsa (http://www.gosa-project.org)
+ * Copyright (C) 2003-2008 GONICUS GmbH
+ *
+ * ID: $$Id$$
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
class EventTargetAddList extends MultiSelectWindow
{