Vote #70332
完了Table in timelog report overflows
0%
説明
I think a screenshot says more than words: attachment:Spent_time_bug.PNG
The fix attachment:Spent_time_fix.PNG needs a
File /{redmine_root}/app/views/time_entry_reports/report.rhtml
<%= l(:label_total) %>: <%= html_hours(l_hours(@total_hours)) %>
| <%= html_hours("%.2f" % total) if total > 0 %> |
Add the CSS-Class "overflow-auto" to the theme
div.overflow-auto {
overflow: auto;
}
journals
--------------------------------------------------------------------------------
Confirmed.
http://demo.redmine.org/projects/frezcrcr/time_entries/report?period_type=1&period=all&columns=day&criterias[]=activity
--------------------------------------------------------------------------------
Fixed in r7982.
--------------------------------------------------------------------------------
Merged in r7996.
--------------------------------------------------------------------------------