Code

Moved folder icon
[gosa.git] / gosa-core / plugins / admin / ogroups / class_ogroup.inc
index b833a9186d5db04e62c5b92414c98e845fa4113d..ea6abd6375bf24de950235b5c5a17fad3af293b7 100644 (file)
@@ -279,7 +279,7 @@ class ogroup extends plugin
 
       /* Show dialog */
       $smarty->assign("search_image", get_template_path('images/search.png'));
-      $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+      $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
       $smarty->assign("tree_image", get_template_path('images/tree.png'));
       $smarty->assign("deplist", $this->config->idepartments);
       $smarty->assign("alphabet", generate_alphabet());