@@ -27,7 +27,9 | |||||
27 | <% end %> |
|
27 | <% end %> | |
28 |
|
28 | |||
29 | <% unless @report.criteria.empty? %> |
|
29 | <% unless @report.criteria.empty? %> | |
30 |
<% |
|
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 | |
|
23 | | |
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