Code

Added up down buttons
[gosa.git] / plugins / admin / groups / class_groupMail.inc
index 22e032c1f56e669fcb61025b4cbe02c036906132..133c432876b8ead04ee9a7cabb3d4058f1061351 100644 (file)
@@ -162,6 +162,7 @@ class mailgroup extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Load templating engine */
     $smarty= get_smarty();
     if ($_SESSION['js']==FALSE){
@@ -358,6 +359,7 @@ class mailgroup extends plugin
 
       /* Show dialog */
       $smarty->assign("search_image", get_template_path('images/search.png'));
+      $smarty->assign("usearch_image", get_template_path('images/search_user.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/small_filter.png'));