summaryrefslogtreecommitdiff
path: root/httemplate/search/report_newtax.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_newtax.html')
-rwxr-xr-xhttemplate/search/report_newtax.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/httemplate/search/report_newtax.html b/httemplate/search/report_newtax.html
index 7396526..2588b48 100755
--- a/httemplate/search/report_newtax.html
+++ b/httemplate/search/report_newtax.html
@@ -1,6 +1,6 @@
<% include('/elements/header.html', 'Tax Report' ) %>
-<FORM NAME="newtax">
+<FORM ACTION="report_queued_newtax.cgi" METHOD="GET">
<TABLE>
@@ -10,17 +10,10 @@
</TABLE>
-<BR><INPUT TYPE="button" NAME='fetch' VALUE="Get Report" onClick="document.newtax.fetch.disabled=true; process();">
+<BR><INPUT TYPE="submit" VALUE="Get Report">
</FORM>
-<% include( '/elements/progress-init.html',
- 'newtax',
- [ qw( agentnum beginning ending ) ],
- 'report_queued_newtax.cgi',
- )
-%>
-
<% include('/elements/footer.html') %>
<%init>