]> source.dussan.org Git - redmine.git/commitdiff
Add hook view_search_index_options_content_bottom (#23153).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 28 Jun 2016 19:09:11 +0000 (19:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 28 Jun 2016 19:09:11 +0000 (19:09 +0000)
Patch by okkez.

git-svn-id: http://svn.redmine.org/redmine/trunk@15584 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/search/index.html.erb

index 6fceaeab2eed6b69d789d062bff63e1484f18044..53ec17a633a009cfbd2d34fdd9d20b578a5b455a 100644 (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' %>