mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 03:28:45 +02:00
Advanced Search: Dictionary compatible with the setup
SVN:b1162[5459]
This commit is contained in:
@@ -111,8 +111,10 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
|
||||
$sSearchAny = addslashes(Dict::S('UI:SearchValue:Any'));
|
||||
$sSearchNbSelected = addslashes(Dict::S('UI:SearchValue:NbSelected'));
|
||||
$this->add_dict_entry('UI:FillAllMandatoryFields');
|
||||
$this->add_dict_entry('UI:Button:Cancel');
|
||||
$this->add_dict_entry('UI:Button:Done');
|
||||
|
||||
$this->add_dict_entries('UI:Search:');
|
||||
$this->add_dict_entries('UI:Button:');
|
||||
|
||||
|
||||
if (!$this->IsPrintableVersion())
|
||||
{
|
||||
|
||||
@@ -56,8 +56,8 @@ class NiceWebPage extends WebPage
|
||||
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/search/search_form_criteria_raw.js');
|
||||
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/search/search_form_criteria_string.js');
|
||||
|
||||
$this->add_dict_entries('UI:Search:');
|
||||
$this->add_dict_entries('UI:Button:');
|
||||
// $this->add_dict_entries('UI:Search:');
|
||||
// $this->add_dict_entries('UI:Button:');
|
||||
|
||||
$this->add_ready_script(
|
||||
<<< EOF
|
||||
|
||||
691
js/utils.js
691
js/utils.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user