summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-08-14 19:48:28 -0700
committerMark Wells <mark@freeside.biz>2014-08-14 19:48:28 -0700
commit2aa9fa43c09a1ce4474785dbdc3d462e7b23ea15 (patch)
tree6f61e7d2a87741c30e0f7a3416fd19fbb71e0dcd /httemplate
parenta8aacbc2ef8cc36bcdae327be7d0f59a1b1f3666 (diff)
and show the warning in the batch-fixed_format case, #20384
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/elements/cust_pay_batch_top.html5
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 c502aa9..a773dd0 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>