diff options
author | Go MAEDA <maeda@farend.jp> | 2023-10-21 06:19:13 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-10-21 06:19:13 +0000 |
commit | 6a7f2536b5562128f00ce0513d00350137986ad5 (patch) | |
tree | 2c6d91f22aecead424bf711e898644582209545e /app/views/projects/_list.html.erb | |
parent | a69b43d5803f578a5dc8d6eda2dfd27f99d9863e (diff) | |
download | redmine-6a7f2536b5562128f00ce0513d00350137986ad5.tar.gz redmine-6a7f2536b5562128f00ce0513d00350137986ad5.zip |
Add field separator option to CSV export dialog (#37621).
Patch by Karel Pičman.
git-svn-id: https://svn.redmine.org/redmine/trunk@22359 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects/_list.html.erb')
-rw-r--r-- | app/views/projects/_list.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/_list.html.erb b/app/views/projects/_list.html.erb index 4c592247c..1bc8d4687 100644 --- a/app/views/projects/_list.html.erb +++ b/app/views/projects/_list.html.erb @@ -66,6 +66,7 @@ <label><%= radio_button_tag 'c[]', 'all_inline' %> <%= l(:description_all_columns) %></label> </p> <%= export_csv_encoding_select_tag %> + <%= export_csv_separator_select_tag %> <p class="buttons"> <%= submit_tag l(:button_export), :name => nil, :onclick => "hideModal(this);", :data => { :disable_with => false } %> <%= link_to_function l(:button_cancel), "hideModal(this);" %> |