X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Fgoto%2Fpersonal%2Fenvironment%2Fclass_hotplugDialog.inc;h=32be0aaab46a72643b05c5fc01b44d89f6e2af61;hb=7b73c7933c05f8051bf7e0aaf962fe862925bd8f;hp=5a14e4e384dd32e658f60ae112e82424d6d1a468;hpb=fbf8e4356f625423e3ccfcb0c6520942726a44e1;p=gosa.git diff --git a/gosa-plugins/goto/personal/environment/class_hotplugDialog.inc b/gosa-plugins/goto/personal/environment/class_hotplugDialog.inc index 5a14e4e38..32be0aaab 100644 --- a/gosa-plugins/goto/personal/environment/class_hotplugDialog.inc +++ b/gosa-plugins/goto/personal/environment/class_hotplugDialog.inc @@ -44,8 +44,8 @@ class hotplugDialog extends plugin $smarty->assign("depselectHot",$this->depselect); $smarty->assign("apply", apply_filter()); $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("search_image", get_template_path('images/lists/search.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); @@ -110,6 +110,7 @@ class hotplugDialog extends plugin $this->hotplugDeviceList[$attr['cn'][0]]=$tmp2; } } + uksort($a_return,"strnatcasecmp"); return($a_return); } }