Advanced Search: Auto-complete search on foreign keys + refactoring of table_id2

SVN:b1162[5593]
This commit is contained in:
Eric Espié
2018-04-03 07:37:04 +00:00
parent d4960080ea
commit d22d3945ee
5 changed files with 33 additions and 26 deletions

View File

@@ -333,8 +333,8 @@ class UILinksWidgetDirect
$sHtml .= $oBlock->GetDisplay($oPage, "SearchFormToAdd_{$this->sInputid}",
array(
'open' => $bOpen,
'table_id' => "SearchResultsToAdd_{$this->sInputid}",
'table_id2' => "add_{$this->sInputid}",
'result_list_outer_selector' => "SearchResultsToAdd_{$this->sInputid}",
'table_id' => "add_{$this->sInputid}",
'table_inner_id' => "ResultsToAdd_{$this->sInputid}",
'cssCount' => "#count_{$this->sInputid}",
'query_params' => $oFilter->GetInternalParams(),