".translate('LBL_MODULE_NAME','Administration')."", $mod_strings['LBL_GLOBAL_SEARCH_SETTINGS'] ); } /** * @see SugarView::_getModuleTab() */ protected function _getModuleTab() { return 'Administration'; } /** * @see SugarView::display() */ public function display() { global $mod_strings; echo '

' . $this->getModuleTitle(false) . '

' . $mod_strings['LBL_GLOBAL_SEARCH_SETTINGS_TITLE'] . '

'; //echo $this->getModuleTitle(); require_once('modules/Home/UnifiedSearchAdvanced.php'); $usa = new UnifiedSearchAdvanced(); echo $usa->modifyGlobalSearchSettings(); } } ?>