mirror of
https://github.com/dolphin-emu/redmine.git
synced 2025-02-21 10:30:29 +00:00
Merged r16764 (#26364).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16765 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0705c839d9
commit
8e9ce2dbee
@ -30,7 +30,6 @@
|
||||
<h3 class="title"><%= l(:label_export_options, :export_format => 'CSV') %></h3>
|
||||
<%= form_tag(_project_issues_path(@project, :format => 'csv'), :method => :get, :id => 'csv-export-form') do %>
|
||||
<%= query_as_hidden_field_tags(@query) %>
|
||||
<%= hidden_field_tag 'sort', @sort_criteria.to_param, :id => nil %>
|
||||
<p>
|
||||
<label><%= radio_button_tag 'c[]', '', true %> <%= l(:description_selected_columns) %></label><br />
|
||||
<label><%= radio_button_tag 'c[]', 'all_inline' %> <%= l(:description_all_columns) %></label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user