summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d801f18)
raw | patch | inline | side by side (parent: d801f18)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 10:42:40 +0000 (10:42 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-plugins/goto/html/images/clock.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/goto/addons/goto/class_gotomasses.inc b/gosa-plugins/goto/addons/goto/class_gotomasses.inc
index e913d71625e44259e1ef1a4d11f43838fab2dcae..6d17c54575da0c8c60017f9b110bafb13b0c068d 100644 (file)
$status = $task['STATUS'];
if($status == "waiting"){
- $status = "<img class='center' src='images/clock.png' alt=''> "._("Waiting");
+ $status = "<img class='center' src='plugins/goto/images/clock.png' alt=''> "._("Waiting");
}
if($status == "error"){
$status = "<img class='center' src='images/false.png' alt=''> "._("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
index 0000000..dca2c7e
Binary files /dev/null and b/gosa-plugins/goto/html/images/clock.png differ