Code

Updated environment/kiosk error
[gosa.git] / gosa-plugins / goto / personal / environment / class_hotplugDialog.inc
index c5dde60035856034734cc1361feca49a6a2b5763..32be0aaab46a72643b05c5fc01b44d89f6e2af61 100644 (file)
@@ -45,7 +45,7 @@ class hotplugDialog extends plugin
     $smarty->assign("apply", apply_filter());
     $smarty->assign("alphabet", generate_alphabet());
     $smarty->assign("search_image", get_template_path('images/lists/search.png'));
-    $smarty->assign("tree_image", get_template_path('images/tree.png'));
+    $smarty->assign("tree_image", get_template_path('images/lists/search-subtree.png'));
     $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
     $smarty->assign("deplist", $this->config->idepartments);