diff options
Diffstat (limited to 'app/views/users/index.html.erb')
-rw-r--r-- | app/views/users/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index f5c8a1cd1..d609bfd78 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -45,6 +45,7 @@ </fieldset> <% end %> <%= 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);" %> |