Project

General

Profile

Patch #23153 » 0002-Add-hook-view_search_index_options_content_bottom.patch

okkez _, 2016-06-23 16:26

View differences:

app/views/search/index.html.erb
26 26
      <label><%= radio_button_tag 'attachments', '1', @search_attachments == '1' %> <%= l(:label_search_attachments_yes) %></label>
27 27
      <label><%= radio_button_tag 'attachments', 'only', @search_attachments == 'only' %> <%= l(:label_search_attachments_only) %></label>
28 28
    </p>
29
    <%= call_hook(:view_search_index_options_content_bottom) %>
29 30
  </div>
30 31
</fieldset>
31 32
<%= hidden_field_tag 'options', '', :id => 'show-options' %>
(2-2/2)