Code

Updated image.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 11:38:59 +0000 (11:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 11:38:59 +0000 (11:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11819 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 6d17c54575da0c8c60017f9b110bafb13b0c068d..0b0cc0ae5e05c90c8c175f667e14a397b245002b 100644 (file)
@@ -446,7 +446,7 @@ class gotomasses extends plugin
       /* Add logview button, currently ever.
        */  
       if(TRUE){
-        $action .= "<input type='image' src='images/fai_hook.png' name='log_view_".$key."' 
+        $action .= "<input type='image' src='plugins/goto/images/view_logs.png' name='log_view_".$key."' 
           class='center' title='"._("View logs")."' alt='"._("View logs")."'>&nbsp;";
       }
 
diff --git a/gosa-plugins/goto/html/images/view_logs.png b/gosa-plugins/goto/html/images/view_logs.png
new file mode 100644 (file)
index 0000000..1930fb2
Binary files /dev/null and b/gosa-plugins/goto/html/images/view_logs.png differ