From: Jean-Philippe Lang Date: Sun, 12 Jan 2014 10:39:42 +0000 (+0000) Subject: Show warning when exported issues exceed the limit (#13770). X-Git-Tag: 2.5.0~236 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f890c775f1b1d36192e7db1dc78fbc6912768856;p=redmine.git 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 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 %>