[WTF CVS] wtf/templates/pages/reports team_view.tmpl,1.6,1.7
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2006-12-03 00:43:44
|
Update of /cvsroot/wtf-tracker/wtf/templates/pages/reports In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28396/templates/pages/reports Modified Files: team_view.tmpl Log Message: Added Activity Summary recording to show up in the Team View summary table so that managers can nag subordinates when they don't enter Activity Summary data. (I'm a bad, bad man.) Index: team_view.tmpl =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/templates/pages/reports/team_view.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** team_view.tmpl 28 Nov 2006 21:58:37 -0000 1.6 --- team_view.tmpl 3 Dec 2006 00:42:09 -0000 1.7 *************** *** 125,128 **** --- 125,129 ---- <tmpl_if name="work">W</tmpl_if> <tmpl_if name="notes">N</tmpl_if> + <tmpl_if name="summary">S</tmpl_if> </td> </tmpl_loop> *************** *** 133,137 **** <p class="uber_small indent"> W = Work time tracked<br /> ! N = Notes included </p> --- 134,139 ---- <p class="uber_small indent"> W = Work time tracked<br /> ! N = Notes included<br /> ! S = Activity summary recorded </p> |