Code

* Saved missing value for goImapSieveServer
[gosa.git] / plugins / admin / systems / class_selectUserToPrinterDialog.inc
index 25418c12fbe8244bbe1c5896e7b00a8d7d3768c7..d07f482daa435e107e1e8849fbe3e6cc16453c41 100644 (file)
@@ -55,6 +55,7 @@ class selectUserToPrinterDialog extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
@@ -81,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__)));