X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fpersonal%2Fenvironment%2Fclass_hotplugDialog.inc;h=22b11d98880c027770dc000a601b56d29f5678bf;hb=c4383d9f715594937f4cb58254d9844b78241c2b;hp=d5ecf2742b26da1163a54aeb0e0d311a51f5e521;hpb=67b6ef18a5372070cb38be16711b91d755fb4e7f;p=gosa.git diff --git a/plugins/personal/environment/class_hotplugDialog.inc b/plugins/personal/environment/class_hotplugDialog.inc index d5ecf2742..22b11d988 100644 --- a/plugins/personal/environment/class_hotplugDialog.inc +++ b/plugins/personal/environment/class_hotplugDialog.inc @@ -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);