Update of /cvsroot/wtf-tracker/wtf/templates/pages/input
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25900/templates/pages/input
Modified Files:
tracking.tmpl
Log Message:
Patch to implement feature request 1618514: Colored Dates in Timesheet Dropdown
Index: tracking.tmpl
===================================================================
RCS file: /cvsroot/wtf-tracker/wtf/templates/pages/input/tracking.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tracking.tmpl 21 Dec 2006 16:36:04 -0000 1.5
--- tracking.tmpl 21 Dec 2006 19:33:54 -0000 1.6
***************
*** 19,22 ****
--- 19,23 ----
<tmpl_loop name="dates">
<option
+ <tmpl_unless name="has_data">style="background: #ffcccc"</tmpl_unless>
<tmpl_if name="selected">selected="selected"</tmpl_if>
value="<tmpl_var name="value">"><tmpl_var name="string"></option>
|