From 07d8da9d99d3a2cbbd0b355c783d02d18520dca2 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Fri, 20 Jan 2012 15:24:33 +0000 Subject: [PATCH] Added the "search" form on top of the list of users SVN:1.2[1796] --- modules/itop-welcome-itil/model.itop-welcome-itil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/itop-welcome-itil/model.itop-welcome-itil.php b/modules/itop-welcome-itil/model.itop-welcome-itil.php index f15cf6896..15f16c87f 100644 --- a/modules/itop-welcome-itil/model.itop-welcome-itil.php +++ b/modules/itop-welcome-itil/model.itop-welcome-itil.php @@ -51,7 +51,7 @@ class ItopWelcome extends ModuleHandlerAPI if (UserRights::IsAdministrator()) { $oAdminMenu = new MenuGroup('AdminTools', 80 /* fRank */); - new OQLMenuNode('UserAccountsMenu', 'SELECT User', $oAdminMenu->GetIndex(), 1 /* fRank */); + new OQLMenuNode('UserAccountsMenu', 'SELECT User', $oAdminMenu->GetIndex(), 1 /* fRank */, true /* bSearch */); new OQLMenuNode('ProfilesMenu', 'SELECT URP_Profiles', $oAdminMenu->GetIndex(), 2 /* fRank */); new TemplateMenuNode('NotificationsMenu', APPROOT.'application/templates/notifications_menu.html', $oAdminMenu->GetIndex(), 3 /* fRank */); new OQLMenuNode('AuditCategories', 'SELECT AuditCategory', $oAdminMenu->GetIndex(), 4 /* fRank */);