From d29cd49d7da84a10a1310edc502c56453bb87c2c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 10 Sep 2020 10:29:57 -0400 Subject: [PATCH] LP#1778972: add a couple more aria-hidden This implements part of Owen Leonard's previous patch that couldn't readily survive some merge conflict resolution. Signed-off-by: Galen Charlton Signed-off-by: Jane Sandberg --- Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 index d1c8475a92..febd838242 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 @@ -212,8 +212,8 @@
- + id="selectPay"> [% l('Pay Selected Charges') %] - [% money(ctx.user_stats.fines.balance_owed) %] +
[% END %] [% IF myopac_cc_allowed %] @@ -229,7 +229,7 @@ $( document ).ready(function() { amount += item; }); $("#total").val(amount); - $("#selectPay").html(' Pay Selected Charges - $' + amount.toFixed(2)); + $("#selectPay").html(' Pay Selected Charges - $' + amount.toFixed(2)); }); }); -- 2.43.2