mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:27:03 +02:00
Refactored advanced search to modal popup
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -357,6 +357,13 @@ var Piler =
|
||||
},
|
||||
|
||||
|
||||
show_advanced_search_modal:function()
|
||||
{
|
||||
Piler.log("[show_advanced_search_modal]");
|
||||
$('#advancedsearch-modal').modal('show');
|
||||
},
|
||||
|
||||
|
||||
show_bulk_remove_modal:function()
|
||||
{
|
||||
Piler.log("[show_bulk_remove_modal]");
|
||||
@ -693,7 +700,7 @@ var Piler =
|
||||
// a = $( a );// a == DOM element
|
||||
// a = Piler.getSource( a );// a == Javascript event
|
||||
|
||||
var z = $('div#searchpopup1');
|
||||
var z = $('div#advancedsearch-modal');
|
||||
|
||||
Piler.search = 'Complex';
|
||||
|
||||
@ -730,8 +737,6 @@ var Piler =
|
||||
$('input#_search').val('');
|
||||
|
||||
Piler.load_search_results();
|
||||
|
||||
$('#searchpopup1').hide();
|
||||
},
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user