X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Fglpi%2Fadmin%2Fsystems%2Fservices%2Fglpi%2Fclass_glpiSelectUser.inc;h=381a31fa60b3d32d285458958e959ff70a9e0da4;hb=fbf8e4356f625423e3ccfcb0c6520942726a44e1;hp=6f42d8a601259b3d84bc8705feb25f1fa5808710;hpb=7692f34a23250aa815f368cc9cd17064cf0af141;p=gosa.git diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiSelectUser.inc b/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiSelectUser.inc index 6f42d8a60..381a31fa6 100644 --- a/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiSelectUser.inc +++ b/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiSelectUser.inc @@ -168,13 +168,13 @@ class glpiSelectUser extends plugin } $listhead = "
". - "  ". "  ". + src='images/lists/back.png' title='"._("Go up one department")."' alt='"._("Up")."' name='dep_back'> ". "  ". - "  ". + src='images/lists/home.png' title='"._("Go to users department")."' alt='"._("Home")."' name='dep_home'> ". + "  ". "  "._("Base")." ". " ". " assign("searchu_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_small.png')); - $smarty->assign("launchimage", get_template_path('images/small_filter.png')); + $smarty->assign("launchimage", get_template_path('images/lists/action.png')); $smarty->assign("apply", apply_filter()); $smarty->assign("alphabet", generate_alphabet()); $smarty->assign("users_regex", $filter['users_regex']);