Code

Fix filename and path of list_new_app.png (#6187)
[gosa.git] / trunk / gosa-plugins / goto / admin / applications / class_divListApplication.inc
index c281fa2c5752d3f2dd6d506b6aca9e4308d5d7dc..73df2626370a80f5c46351359315580a45a80ee3 100644 (file)
@@ -110,7 +110,7 @@ class divListApplication extends MultiSelectWindow
     $s .= "..|<img src='images/lists/new.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Create")."|\n";
     if(preg_match("/c/",$acl)) {
-      $s.= "...|<input class='center' type='image' src='images/list_new_app' alt=''>".
+      $s.= "...|<input class='center' type='image' src='plugins/goto/images/list_new_app.png' alt=''>".
         "&nbsp;"._("Application")."|appl_new|\n";
     }