Code

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

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

index e2d238c51233ad5f532735ba642b8a91f92e22a7..ad160addfea9c2860632893b03cd0670a693d6c8 100644 (file)
@@ -30,8 +30,8 @@ class DaemonEvent_memcheck extends DaemonEvent
     $this->s_Schedule_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";
+    $this->s_Menu_Image = "plugins/goto/images/memcheck.png";
+    $this->s_List_Image = "plugins/goto/images/memcheck.png";
   }
 
   public function execute()
diff --git a/gosa-plugins/goto/html/images/memcheck.png b/gosa-plugins/goto/html/images/memcheck.png
new file mode 100644 (file)
index 0000000..6ddeddb
Binary files /dev/null and b/gosa-plugins/goto/html/images/memcheck.png differ