Sha256: 37857b4aff4871d14eeb5f1db98159eb501224cfd3f3e042b5f2b1c2d4feac7f

Contents?: true

Size: 937 Bytes

Versions: 19

Compression:

Stored size: 937 Bytes

Contents

<%= search_form_for @query, url: url_for({
      action: 'index',
      size: @size,
    }.merge(search_filter_params.except(:q))
  ), remote: true, html: {class: 'search_form', id: nil} do |f| %>
  <%= hidden_field_tag :form_field_id, @form_field_id %>
  <div class="search_field">
    <button type="submit">
      <%= render_icon('search') %>
    </button>
    <%= f.search_field resource_handler.search_field_name,
      placeholder: Alchemy.t(:search),
      class: 'search_input_field',
      id: nil %>
    <%= link_to render_icon(:times, size: '1x'), url_for({
        action: 'index',
        form_field_id: @form_field_id,
        size: @size,
        overlay: true
      }.merge(search_filter_params.except(:q))),
      remote: true,
      class: 'search_field_clear',
      title: Alchemy.t(:click_to_show_all),
      style: search_filter_params[:q].blank? ? 'visibility: hidden' : 'visibility: visible' %>
  </div>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.3.6 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.4.1 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.4.0 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/partials/_remote_search_form.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/partials/_remote_search_form.html.erb