diff options
author | jeff <jeff> | 2010-06-01 19:58:28 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-06-01 19:58:28 +0000 |
commit | 1702ffad58949ebe9e4769afeb9fe9c93249cf69 (patch) | |
tree | 49586e879aba7be6c61a96616489b38f146c9f04 /httemplate/search/report_newtax.html | |
parent | 17d740b71a7f0cef5813ed494aa6f7761d889542 (diff) |
add progressbar, redirection, and improve links RT#8274
Diffstat (limited to 'httemplate/search/report_newtax.html')
-rwxr-xr-x | httemplate/search/report_newtax.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/httemplate/search/report_newtax.html b/httemplate/search/report_newtax.html index 2588b48d3..da39b0c4d 100755 --- a/httemplate/search/report_newtax.html +++ b/httemplate/search/report_newtax.html @@ -1,6 +1,6 @@ <% include('/elements/header.html', 'Tax Report' ) %> -<FORM ACTION="report_queued_newtax.cgi" METHOD="GET"> +<FORM NAME="newtax"> <TABLE> @@ -10,10 +10,17 @@ </TABLE> -<BR><INPUT TYPE="submit" VALUE="Get Report"> +<BR><INPUT TYPE="button" VALUE="Get Report" onClick="document.newtax.submit.disabled=true; process();"> </FORM> +<% include( '/elements/progress-init.html', + 'newtax', + [ qw( agentnum beginning ending ) ], + 'report_queued_newtax.cgi', + ) +%> + <% include('/elements/footer.html') %> <%init> |