Sha256: 1b9b4e67accc2dc756999d84a4b3c22738be5e402307b3dcb00e9ebef96a64da
Contents?: true
Size: 816 Bytes
Versions: 7
Compression:
Stored size: 816 Bytes
Contents
<%= form_tag catalog_index_path, :method => :get, :id => "search-form-header" do %> <fieldset> <legend class="accessible-hidden">Search <%=t('sufia.product_name')%></legend> <%= label_tag :catalog_search, t('sufia.search.form.q.label'), :class => "accessible-hidden" %> <%= text_field_tag( :q, params[:q], :class => "q input-xlarge search-query", :id => "catalog_search", :placeholder => t('sufia.search.form.q.placeholder'), :size => "30", :tabindex => "1", :type => "search", )%> <%= search_as_hidden_fields(:omit_keys => [:q, :search_field, :qt, :page]).html_safe %> <button type="submit" class="btn btn-primary" id="search-submit-header" tabindex="2"> <i class="icon-search icon-white"></i> Go </button> </fieldset> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems