From f890c775f1b1d36192e7db1dc78fbc6912768856 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 12 Jan 2014 10:39:42 +0000 Subject: [PATCH] Show warning when exported issues exceed the limit (#13770). git-svn-id: http://svn.redmine.org/redmine/trunk@12663 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/index.html.erb | 9 +++++++-- test/functional/issues_controller_test.rb | 14 ++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 4c0528b79..41660f741 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -66,12 +66,12 @@ <% other_formats_links do |f| %> <%= f.link_to 'Atom', :url => params.merge(:key => User.current.rss_key) %> - <%= f.link_to 'CSV', :url => params, :onclick => "showModal('csv-export-options', '330px'); return false;" %> + <%= f.link_to 'CSV', :url => params, :onclick => "showModal('csv-export-options', '350px'); return false;" %> <%= f.link_to 'PDF', :url => params %> <% end %>