Code

Added hotfix for hotplug deletion.
[gosa.git] / plugins / personal / environment / class_hotplugDialog.inc
index d5ecf2742b26da1163a54aeb0e0d311a51f5e521..22b11d98880c027770dc000a601b56d29f5678bf 100644 (file)
@@ -34,6 +34,9 @@ class hotplugDialog extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
@@ -64,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);