Code

All Lists are now scrollable.
[gosa.git] / plugins / admin / systems / class_selectUserToPrinterDialog.inc
index 4321e412da2f93d1ba395f936b3894d1b6ea30af..d07f482daa435e107e1e8849fbe3e6cc16453c41 100644 (file)
@@ -82,7 +82,7 @@ class selectUserToPrinterDialog extends plugin
     $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);
 
     $display.= $smarty->fetch(get_template_path('selectUserToPrinterDialog.tpl', TRUE,dirname(__FILE__)));