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