Code

Use new icon
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 4 Apr 2008 08:29:54 +0000 (08:29 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 4 Apr 2008 08:29:54 +0000 (08:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10200 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/main.inc

index 2d4e272a2d505b13518ca2952930a0e79b8adf46..b8bf2d46a178236815ab053b390c3f5cc5a59bac 100644 (file)
@@ -49,7 +49,7 @@ if (!$remove_lock){
        $display= $gotomasses->execute ();
 
        /* Page header*/
-       $display= print_header(get_template_path('images/system.png'), _("System deployment status")).$display;
+       $display= print_header(get_template_path('images/queue.png'), _("System deployment status")).$display;
 
        /* Store changes  in session */
        session::set('gotomasses',$gotomasses);