Code

Added hotfix for hotplug deletion.
[gosa.git] / plugins / personal / environment / class_hotplugDialog.inc
index aabdb75d9f2f6df59054178af17a19698ca3d064..22b11d98880c027770dc000a601b56d29f5678bf 100644 (file)
@@ -67,8 +67,7 @@ class hotplugDialog extends plugin
       $smarty->assign("alphabet", generate_alphabet());
       $smarty->assign("search_image", get_template_path('images/search.png'));
       $smarty->assign("tree_image", get_template_path('images/tree.png'));
-      $smarty->assign("infoimage", get_template_path('images/info.png'));
-      $smarty->assign("launchimage", get_template_path('images/launch.png'));
+      $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
       $smarty->assign("deplist", $this->config->idepartments);