Browse Source

Add hook view_search_index_options_content_bottom (#23153).

Patch by okkez.

git-svn-id: http://svn.redmine.org/redmine/trunk@15584 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.4.0
Jean-Philippe Lang 8 years ago
parent
commit
48c1cbe69b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/views/search/index.html.erb

+ 1
- 0
app/views/search/index.html.erb View File

@@ -26,6 +26,7 @@
<label><%= radio_button_tag 'attachments', '1', @search_attachments == '1' %> <%= l(:label_search_attachments_yes) %></label>
<label><%= radio_button_tag 'attachments', 'only', @search_attachments == 'only' %> <%= l(:label_search_attachments_only) %></label>
</p>
<%= call_hook(:view_search_index_options_content_bottom) %>
</div>
</fieldset>
<%= hidden_field_tag 'options', '', :id => 'show-options' %>

Loading…
Cancel
Save