rosa-build/app/views/search/_form_advanced.html.haml

5 lines
451 B
Plaintext
Raw Normal View History

= form_tag search_index_path, :method => 'get' do
2012-11-21 12:09:01 +00:00
.leftside= text_field_tag 'query', @query, :placeholder => t("layout.search.header"), :class => 'exsearch'
.lineForm.leftside.rmargin10= select_tag 'type', options_for_select(t('layout.search.types').invert, @type), :class => 'sel80 cusel', :id => 'selSearch'
2013-07-24 21:29:28 +01:00
.leftside= submit_tag t('layout.search.header'), :class => 'button width100', :data => {'disable-with' => t('layout.processing')}
.both