Refactored advanced search to modal popup

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2021-03-10 18:31:37 +01:00
parent aee8db1b96
commit f22cd3daaa
7 changed files with 95 additions and 121 deletions

View File

@ -17,13 +17,9 @@ class ControllerCommonLayoutAuditRemoval extends Controller {
$this->children = array(
"common/menu",
"search/folder",
"search/popup",
"common/footer"
);
$this->render();
}
}

View File

@ -17,7 +17,6 @@ class ControllerCommonLayoutAudit extends Controller {
$this->children = array(
"common/menu",
"search/folder",
"search/popup",
"common/footer"
);

View File

@ -19,7 +19,6 @@ class ControllerCommonLayoutSearch extends Controller {
$this->children = array(
"common/menu",
"search/folder",
"search/popup",
"common/footer"
);