Code

Added clokc.png to goto
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:42:40 +0000 (10:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:42:40 +0000 (10:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11795 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/class_gotomasses.inc
gosa-plugins/goto/html/images/clock.png [new file with mode: 0644]

index e913d71625e44259e1ef1a4d11f43838fab2dcae..6d17c54575da0c8c60017f9b110bafb13b0c068d 100644 (file)
@@ -506,7 +506,7 @@ class gotomasses extends plugin
       $status = $task['STATUS'];
   
       if($status == "waiting"){
-        $status = "<img class='center' src='images/clock.png' alt=''>&nbsp;"._("Waiting");
+        $status = "<img class='center' src='plugins/goto/images/clock.png' alt=''>&nbsp;"._("Waiting");
       }
       if($status == "error"){
         $status = "<img class='center' src='images/false.png' alt=''>&nbsp;"._("Error");
diff --git a/gosa-plugins/goto/html/images/clock.png b/gosa-plugins/goto/html/images/clock.png
new file mode 100644 (file)
index 0000000..dca2c7e
Binary files /dev/null and b/gosa-plugins/goto/html/images/clock.png differ