[freeside-commits] freeside/httemplate/misc timeworked.html, 1.7, 1.7.4.1
Ivan,,,
ivan at wavetail.420.am
Mon Nov 23 23:42:31 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv23085/misc
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.7.4.1
diff -u -d -r1.7 -r1.7.4.1
--- timeworked.html 13 Jan 2008 23:30:48 -0000 1.7
+++ timeworked.html 24 Nov 2009 07:42:29 -0000 1.7.4.1
@@ -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