1 <% include("/elements/header.html",'Tax Rate Download and Import') %>
6 <% include( '/elements/progress-init.html', 'TaxRateImport',[ 'format', ],
7 'process/tax-fetch_and_replace.cgi', { 'message' => 'Tax rates replaced' },
11 <FORM NAME="TaxRateImport" ACTION="javascript:void()" METHOD="POST">
12 <% &ntable("#cccccc", 2) %>
15 <TH ALIGN="right">Format</TH>
17 <SELECT NAME="format">
18 <OPTION VALUE="cch">CCH import
23 <TH ALIGN="right">Update Password</TH>
25 <INPUT TYPE="text" NAME="password">
30 <TD COLSPAN=2 ALIGN="center" STYLE="padding-top:6px">
31 <INPUT TYPE = "submit"
32 VALUE = "Download and Import"
33 onClick = "document.TaxRateImport.submit.disabled=true; process();"
42 <% include('/elements/footer.html') %>
46 unless $FS::CurrentUser::CurrentUser->access_right('Import');