From: cajus Date: Wed, 7 May 2008 20:14:46 +0000 (+0000) Subject: Added missing icon X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=acc464b7f1b516d4bac33f10949d6b8d33f5273b;p=gosa.git Added missing icon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10829 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/goto.png b/gosa-core/html/images/goto.png new file mode 100755 index 000000000..0f7d4afbe Binary files /dev/null and b/gosa-core/html/images/goto.png differ diff --git a/gosa-plugins/goto/addons/goto/main.inc b/gosa-plugins/goto/addons/goto/main.inc index b8bf2d46a..d33f11281 100644 --- a/gosa-plugins/goto/addons/goto/main.inc +++ b/gosa-plugins/goto/addons/goto/main.inc @@ -49,7 +49,7 @@ if (!$remove_lock){ $display= $gotomasses->execute (); /* Page header*/ - $display= print_header(get_template_path('images/queue.png'), _("System deployment status")).$display; + $display= print_header(get_template_path('images/goto.png'), _("System deployment status")).$display; /* Store changes in session */ session::set('gotomasses',$gotomasses);