From: hickert Date: Thu, 24 Jul 2008 06:20:24 +0000 (+0000) Subject: Updated mailto image. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f6b6e69a664745d262c4bba87e58344e74ce7c8;p=gosa.git Updated mailto image. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11887 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 a588ff7da..5c257964c 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc @@ -49,8 +49,8 @@ class DaemonEvent_notify extends DaemonEvent $this->s_Schedule_Action = "job_send_user_msg"; $this->s_Trigger_Action= "gosa_send_user_msg"; $this->s_Queued_Action= "trigger_action_notify"; - $this->s_Menu_Image = "images/mailto.png"; - $this->s_List_Image = "images/mailto.png"; + $this->s_Menu_Image = "plugins/goto/images/notify.png"; + $this->s_List_Image = "plugins/goto/images/notify.png"; $this->a_targets = array("GOSA"); // Required to get the event send. Maybe this is a wrong value. } diff --git a/gosa-plugins/goto/html/images/notify.png b/gosa-plugins/goto/html/images/notify.png new file mode 100644 index 000000000..92d602c58 Binary files /dev/null and b/gosa-plugins/goto/html/images/notify.png differ