diff options
author | Mark Wells <mark@freeside.biz> | 2014-08-14 19:48:40 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-08-14 19:48:40 -0700 |
commit | c38e357810363b8c7ec621d2b85d94849adf1d30 (patch) | |
tree | 5ec98f1955fc5b5c88dcb9084bb0647cc27dfb08 | |
parent | 5587d058a0fc74e92836ad5715c99003314da4d5 (diff) |
and show the warning in the batch-fixed_format case, #20384
-rw-r--r-- | httemplate/search/elements/cust_pay_batch_top.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/elements/cust_pay_batch_top.html b/httemplate/search/elements/cust_pay_batch_top.html index c502aa9a3..a773dd009 100644 --- a/httemplate/search/elements/cust_pay_batch_top.html +++ b/httemplate/search/elements/cust_pay_batch_top.html @@ -12,6 +12,7 @@ function format_changed() { } ); } +<&| /elements/onload.js &>format_changed()</&> </script> % # Download batch % if ( $status eq 'O' @@ -29,10 +30,10 @@ function format_changed() { <OPTION VALUE="<%$_%>"><% $download_formats{$_} %></OPTION> % } </SELECT> - <BR> - <DIV STYLE="color:#ff0000" ID="download_note"></DIV> <& .select_gateway &> % } + <BR> + <DIV STYLE="color:#ff0000" ID="download_note"></DIV> <INPUT TYPE="submit" VALUE="Download"> % } # end of download </FORM> |