##// END OF EJS Templates
Adds an autoscroll div around time entry list and report (#8809)....
Jean-Philippe Lang -
r7862:cce80c690c0d
parent child
Show More
@@ -32,6 +32,7
32 32 </div>
33 33
34 34 <% unless @hours.empty? %>
35 <div class="autoscroll">
35 36 <table class="list" id="time-report">
36 37 <thead>
37 38 <tr>
@@ -59,6 +60,7
59 60 </tr>
60 61 </tbody>
61 62 </table>
63 </div>
62 64
63 65 <% other_formats_links do |f| %>
64 66 <%= f.link_to 'CSV', :url => params %>
@@ -1,5 +1,6
1 1 <% form_tag({}) do -%>
2 2 <%= hidden_field_tag 'back_url', url_for(params) %>
3 <div class="autoscroll">
3 4 <table class="list time-entries">
4 5 <thead>
5 6 <tr>
@@ -48,6 +49,7
48 49 <% end -%>
49 50 </tbody>
50 51 </table>
52 </div>
51 53 <% end -%>
52 54
53 55 <%= context_menu time_entries_context_menu_path %>
General Comments 0
You need to be logged in to leave comments. Login now