mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
Refactored advanced search to modal popup
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -17,13 +17,9 @@ class ControllerCommonLayoutAuditRemoval extends Controller {
|
||||
$this->children = array(
|
||||
"common/menu",
|
||||
"search/folder",
|
||||
"search/popup",
|
||||
"common/footer"
|
||||
);
|
||||
|
||||
$this->render();
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -17,7 +17,6 @@ class ControllerCommonLayoutAudit extends Controller {
|
||||
$this->children = array(
|
||||
"common/menu",
|
||||
"search/folder",
|
||||
"search/popup",
|
||||
"common/footer"
|
||||
);
|
||||
|
||||
|
@ -19,7 +19,6 @@ class ControllerCommonLayoutSearch extends Controller {
|
||||
$this->children = array(
|
||||
"common/menu",
|
||||
"search/folder",
|
||||
"search/popup",
|
||||
"common/footer"
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user