[Bps-public-commit] rt-extension-timetracking branch, 4.4/update-my-week-header, created. 0.09-1-g49f9e92
Maureen Mirville
maureen at bestpractical.com
Fri Sep 1 14:01:55 EDT 2017
The branch, 4.4/update-my-week-header has been created
at 49f9e9245f629816633e07fab1c4d593987a9c3b (commit)
- Log -----------------------------------------------------------------
commit 49f9e9245f629816633e07fab1c4d593987a9c3b
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date: Fri Sep 1 13:54:48 2017 -0400
Change "My Week" table header label
When adding time in "My Week", previous table header label, Update,
was unclear. Label changed to clarify that values added in this
field will be added to the total time.
diff --git a/html/Tools/MyWeek.html b/html/Tools/MyWeek.html
index bf1d24e..83e25c9 100644
--- a/html/Tools/MyWeek.html
+++ b/html/Tools/MyWeek.html
@@ -81,7 +81,7 @@ input#Date {
<th class="collection-as-table"><% $display_cf %></th>
% }
<th class="collection-as-table"><&|/l&>Time Worked</&></th>
-<th class="collection-as-table"><&|/l&>Update</&></th>
+<th class="collection-as-table"><&|/l&>Add Time</&></th>
</tr>
% my $i = 1;
% for my $ticket_id ( sort { $a <=> $b } keys %{$week_worked{$day}{tickets}} ) {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list