Skip to content

Commit

Permalink
Merge pull request #144 from goodnewz/master
Browse files Browse the repository at this point in the history
Update index.html.erb
  • Loading branch information
picman authored Jul 7, 2023
2 parents 01a1fb4 + eb2f7b4 commit b93eebf
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions app/views/search/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,13 @@
</fieldset>

<% # Plugin change do %>
<!--
<fieldset class="collapsible collapsed">
<legend onclick="toggleFieldset(this);"><%#= l(:label_options) %></legend>
<div id="options-content" style="display:none;">
<p><label><%#= check_box_tag 'open_issues', 1, @open_issues %> <%#= l(:label_search_open_issues_only) %></label></p>
<p>
<label><%#= radio_button_tag 'attachments', '0', @search_attachments == '0' %> <%#= l(:label_search_attachments_no) %></label>
<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) %>
<fieldset class="collapsible">
<legend onclick="toggleFieldset(this);" class="icon icon-expanded"><%= l(:label_options) %></legend>
<div id="options-content">
<p><label><%= check_box_tag 'open_issues', 1, @open_issues %> <%= l(:label_search_open_issues_only) %></label></p>
<%= call_hook(:view_search_index_options_content_bottom) %>
</div>
</fieldset>
-->
<%#= hidden_field_tag 'options', '', :id => 'show-options' %>
<% # Plugin change end %>
</div>
Expand Down

0 comments on commit b93eebf

Please sign in to comment.