From f890c775f1b1d36192e7db1dc78fbc6912768856 2014-01-12 10:39:42 From: Jean-Philippe Lang Date: 2014-01-12 10:39:42 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 --- diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 4c0528b..41660f7 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 %>