@@ -26,6 +26,7 | |||||
26 | <label><%= radio_button_tag 'attachments', '1', @search_attachments == '1' %> <%= l(:label_search_attachments_yes) %></label> |
|
26 | <label><%= radio_button_tag 'attachments', '1', @search_attachments == '1' %> <%= l(:label_search_attachments_yes) %></label> | |
27 | <label><%= radio_button_tag 'attachments', 'only', @search_attachments == 'only' %> <%= l(:label_search_attachments_only) %></label> |
|
27 | <label><%= radio_button_tag 'attachments', 'only', @search_attachments == 'only' %> <%= l(:label_search_attachments_only) %></label> | |
28 | </p> |
|
28 | </p> | |
|
29 | <%= call_hook(:view_search_index_options_content_bottom) %> | |||
29 | </div> |
|
30 | </div> | |
30 | </fieldset> |
|
31 | </fieldset> | |
31 | <%= hidden_field_tag 'options', '', :id => 'show-options' %> |
|
32 | <%= hidden_field_tag 'options', '', :id => 'show-options' %> |
General Comments 0
You need to be logged in to leave comments.
Login now