[freeside-commits] freeside/httemplate/misc timeworked.html, 1.7, 1.8
Ivan,,,
ivan at wavetail.420.am
Mon Nov 23 23:42:30 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv23073/misc
Modified Files:
timeworked.html
Log Message:
timeworked report: carry the date range through to the success redirect
Index: timeworked.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/timeworked.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- timeworked.html 13 Jan 2008 23:30:48 -0000 1.7
+++ timeworked.html 24 Nov 2009 07:42:28 -0000 1.8
@@ -92,6 +92,9 @@
<BR>
+<INPUT TYPE="hidden" NAME="begin" VALUE="<% $cgi->param('begin') |h %>">
+<INPUT TYPE="hidden" NAME="end" VALUE="<% $cgi->param('end') |h %>">
+
<INPUT TYPE="submit" NAME="submit" VALUE="<% $title %>">
</FORM>
More information about the freeside-commits
mailing list