##// END OF EJS Templates
Add hook view_search_index_options_content_bottom (#23153)....
Jean-Philippe Lang -
r15202:48c1cbe69b63
parent child
Show More
@@ -26,6 +26,7
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' %>
General Comments 0
You need to be logged in to leave comments. Login now