Add button to clear article search (list.js customization)
This commit is contained in:
parent
3c8f56b24f
commit
9f083dd4d0
5 changed files with 40 additions and 3 deletions
|
|
@ -43,7 +43,11 @@
|
|||
|
||||
.row-fluid
|
||||
.well.clear
|
||||
= text_field_tag :article, params[:article], placeholder: t('.search_article'), class: 'search-query input-large delayed-search'
|
||||
.form-search
|
||||
.input-append
|
||||
= text_field_tag :article, params[:article], placeholder: t('.search_article'), class: 'search-query delayed-search'
|
||||
%button.add-on.btn.reset-search{:type => :button, :title => t('.reset_article_search')}
|
||||
%i.icon.icon-remove
|
||||
|
||||
= form_for @group_order do |f|
|
||||
= f.hidden_field :lock_version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue