Code

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

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

index d33f11281503155f048fec533cd5697ff6be0af4..ade2ef7a434b5021997bb3f8b4ca1c3a3a6b7cbc 100644 (file)
@@ -49,7 +49,7 @@ if (!$remove_lock){
        $display= $gotomasses->execute ();
 
        /* Page header*/
-       $display= print_header(get_template_path('images/goto.png'), _("System deployment status")).$display;
+       $display= print_header(get_template_path('plugins/goto/images/goto.png'), _("System deployment status")).$display;
 
        /* Store changes  in session */
        session::set('gotomasses',$gotomasses);
diff --git a/gosa-plugins/goto/html/images/goto.png b/gosa-plugins/goto/html/images/goto.png
new file mode 100644 (file)
index 0000000..32c1811
Binary files /dev/null and b/gosa-plugins/goto/html/images/goto.png differ