Code

All Lists are now scrollable.
[gosa.git] / plugins / admin / systems / class_selectUserToPrinterDialog.inc
index 945d6f6b084c2153bba25746942fe592da37eb55..d07f482daa435e107e1e8849fbe3e6cc16453c41 100644 (file)
@@ -53,6 +53,9 @@ class selectUserToPrinterDialog extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
@@ -79,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__)));