Commit a7ae6221 authored by Frank Bergmann's avatar Frank Bergmann

- improved GUI by changing the link from the person's name to the number of hours

parent a40fa4f7
......@@ -86,13 +86,9 @@ set sql "
db_foreach hours_on_one_projects $sql {
set first_day_str "[util_AnsiDatetoPrettyDate $first_day]"
set last_day_str "[util_AnsiDatetoPrettyDate $last_day]"
append page_body "<li><a href=full?[export_url_vars project_id user_id]&date=$last_day>$user_name</A>, [_ intranet-timesheet2.lt_total_hours_units_bet]\n"
append page_body "<li>$user_name, <a href=full?[export_url_vars project_id user_id]&date=$last_day>[_ intranet-timesheet2.lt_total_hours_units_bet]</a>\n"
} if_no_rows {
append page_body "<li>[_ intranet-timesheet2.lt_No_units_have_been_lo]\n"
}
append page_body "</ul>\n"
#doc_return 200 text/html [im_return_template]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment