diff options
author | jeff <jeff> | 2010-06-28 05:13:44 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-06-28 05:13:44 +0000 |
commit | ac20fa867670ce577c0cb7ec9e2459717b088c78 (patch) | |
tree | bedc765be73cdb8f64a3d2b4493115b350de5fb1 /httemplate | |
parent | 252791a3e4a3cfdfef60e7278e06d899884f85a5 (diff) |
fix under ie8 (and others?) RT8274
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/report_newtax.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_newtax.html b/httemplate/search/report_newtax.html index da39b0c4d..739652675 100755 --- a/httemplate/search/report_newtax.html +++ b/httemplate/search/report_newtax.html @@ -10,7 +10,7 @@ </TABLE> -<BR><INPUT TYPE="button" VALUE="Get Report" onClick="document.newtax.submit.disabled=true; process();"> +<BR><INPUT TYPE="button" NAME='fetch' VALUE="Get Report" onClick="document.newtax.fetch.disabled=true; process();"> </FORM> |