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