##// END OF EJS Templates
Changes required by functional tests updates....
Jean-Philippe Lang -
r15344:1d9caa46b1f1
parent child
Show More
@@ -27,7 +27,9
27 27 <% end %>
28 28
29 29 <% unless @report.criteria.empty? %>
30 <% unless @report.hours.empty? %>
30 <% if @report.hours.empty? %>
31 <p class="nodata"><%= l(:label_no_data) %></p>
32 <% else %>
31 33 <div class="autoscroll">
32 34 <table class="list" id="time-report">
33 35 <thead>
@@ -23,7 +23,7
23 23 &nbsp;
24 24
25 25 <div class="autoscroll">
26 <table class="list">
26 <table class="list users">
27 27 <thead><tr>
28 28 <%= sort_header_tag('login', :caption => l(:field_login)) %>
29 29 <%= sort_header_tag('firstname', :caption => l(:field_firstname)) %>
General Comments 0
You need to be logged in to leave comments. Login now