From cce80c690c0d1f7cafe96ecd186d632718312feb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 29 Nov 2011 18:32:28 +0000 Subject: [PATCH] Adds an autoscroll div around time entry list and report (#8809). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7982 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/time_entry_reports/report.html.erb | 2 ++ app/views/timelog/_list.html.erb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/views/time_entry_reports/report.html.erb b/app/views/time_entry_reports/report.html.erb index feb31e82c..0af89a1de 100644 --- a/app/views/time_entry_reports/report.html.erb +++ b/app/views/time_entry_reports/report.html.erb @@ -32,6 +32,7 @@ <% unless @hours.empty? %> +
@@ -59,6 +60,7 @@
+
<% other_formats_links do |f| %> <%= f.link_to 'CSV', :url => params %> diff --git a/app/views/timelog/_list.html.erb b/app/views/timelog/_list.html.erb index f0454bf9a..4e86d7833 100644 --- a/app/views/timelog/_list.html.erb +++ b/app/views/timelog/_list.html.erb @@ -1,5 +1,6 @@ <% form_tag({}) do -%> <%= hidden_field_tag 'back_url', url_for(params) %> +
@@ -48,6 +49,7 @@ <% end -%>
+
<% end -%> <%= context_menu time_entries_context_menu_path %>