Code

Updated mailto image.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 06:20:24 +0000 (06:20 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 06:20:24 +0000 (06:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11887 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc
gosa-plugins/goto/html/images/notify.png [new file with mode: 0644]

index a588ff7da5fe3cc81126b14f38c07deb75588e37..5c257964c179bab6dd63a9722018a34c174993ce 100644 (file)
@@ -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 (file)
index 0000000..92d602c
Binary files /dev/null and b/gosa-plugins/goto/html/images/notify.png differ