X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Fgoto%2Fpersonal%2Fenvironment%2Fclass_selectPrinterDialog.inc;h=b2a9b22c783ed13d48707612aed3c262ac0422d6;hb=028b2b076f7d0d380d9333e4a467b62a461bf427;hp=78e937b9e13cf0aadd21f456e9dcecdcd6879632;hpb=5c175d7d7d49a74eadb375979bc60dac021a69c2;p=gosa.git diff --git a/gosa-plugins/goto/personal/environment/class_selectPrinterDialog.inc b/gosa-plugins/goto/personal/environment/class_selectPrinterDialog.inc index 78e937b9e..b2a9b22c7 100644 --- a/gosa-plugins/goto/personal/environment/class_selectPrinterDialog.inc +++ b/gosa-plugins/goto/personal/environment/class_selectPrinterDialog.inc @@ -90,7 +90,7 @@ class selectPrinterDialog extends plugin $smarty->assign("alphabet", generate_alphabet()); $smarty->assign("subtrees", $this->subtreesearch?"checked":""); $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("infoimage", get_template_path('images/info.png')); $smarty->assign("launchimage", get_template_path('images/lists/action.png')); $smarty->assign("deplist", $this->config->idepartments);