diff options
author | ivan <ivan> | 2009-11-24 07:42:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-24 07:42:28 +0000 |
commit | baf61fc521e1b97d56c45d7ecb5901024d0f9cf4 (patch) | |
tree | 329730ac5d0d804a940ec5bc1e7e706051475907 /httemplate/misc/timeworked.html | |
parent | 1c478456e58dc554ff08e06a8d419f32c82c6529 (diff) |
timeworked report: carry the date range through to the success redirect
Diffstat (limited to 'httemplate/misc/timeworked.html')
-rwxr-xr-x | httemplate/misc/timeworked.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html index db4b64ce7..46063e829 100755 --- a/httemplate/misc/timeworked.html +++ b/httemplate/misc/timeworked.html @@ -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> |