Code

Fix filename and path of list_new_app.png (#6187)
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 30 May 2011 11:04:10 +0000 (11:04 +0000)
committerpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 30 May 2011 11:04:10 +0000 (11:04 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@20901 594d385d-05f5-0310-b6e9-bd551577e9d8

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";
     }