1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-26 18:31:14 +00:00

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
This commit is contained in:
Jean-Philippe Lang 2016-06-28 19:09:11 +00:00
parent 48a79bc093
commit 48c1cbe69b

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' %>