Code

Fixed image location
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 May 2008 11:56:46 +0000 (11:56 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 May 2008 11:56:46 +0000 (11:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10751 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/departments/class_divListDepartment.inc

index 1281111d5e36512fa5f99d450d8a651b69aa0525..74512bc7bb94ba8d07ee0601ff2378145c80b8fa 100644 (file)
@@ -152,7 +152,7 @@ class divListDepartment extends MultiSelectWindow
 
     /* Append create options */
     if(preg_match("/c/",$acl)) {
-      $s.= "...|<input class='center' type='image' src='images/list_new_department' alt=''>".
+      $s.= "...|<input class='center' type='image' src='plugins/departments/images/department.png' alt=''>".
         "&nbsp;"._("Department")."|dep_new|\n";
     }
     $s.= "..|---|\n";