Add basic support for "quickie" search
a master view can "support" quickie search, which means it will setup a route suitable for the quickie search form action. and/or it can "expose" quickie search which means it will actually show a quickie search form on its views
This commit is contained in:
parent
35158204c5
commit
a3ca6abb7a
3 changed files with 47 additions and 0 deletions
|
@ -220,6 +220,9 @@ $(function() {
|
|||
disable_submit_button(this);
|
||||
});
|
||||
|
||||
// quickie button
|
||||
$('#submit-quickie').button('option', 'icons', {primary: 'ui-icon-zoomin'});
|
||||
|
||||
/*
|
||||
* enhance dropdowns
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue