From a263fbc19b7402c9eb0e32b06152794924619c3f Mon Sep 17 00:00:00 2001 From: Suzanne Paterno Date: Thu, 10 Aug 2017 11:38:53 -0400 Subject: [PATCH] LP#1688398: change wording on OPAC bill payment pages On the credit card screens replaced the word "Fines" with "Charges" since not all charges are fines. Can be cost of replacement materials, as well as other non-circulation fees. Signed-off-by: Suzanne Paterno Signed-off-by: Cesar Velez Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/myopac/main.tt2 | 16 ++++++++-------- .../templates/opac/myopac/main_payment_form.tt2 | 2 +- .../templates/opac/parts/myopac/main_base.tt2 | 10 +++++----- Open-ILS/src/templates/opac/parts/topnav.tt2 | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/main.tt2 b/Open-ILS/src/templates/opac/myopac/main.tt2 index 91133fc68d..8c5aa3c126 100644 --- a/Open-ILS/src/templates/opac/myopac/main.tt2 +++ b/Open-ILS/src/templates/opac/myopac/main.tt2 @@ -21,7 +21,7 @@ - [% l("Fines") %] + [% l("Pay Selected Circulation Charges") %] @@ -36,7 +36,7 @@ - + [% END %] @@ -114,11 +114,11 @@

+ id='myopac_trans_table' title="[% l('Other Charges and Fees') %]"> @@ -133,8 +133,8 @@ style="white-space:nowrap;"> - + title="[% l('Click to (un)select all charges') %]" /> + [% END %] @@ -181,8 +181,8 @@ [% ELSIF myopac_cc_allowed %]
[% END %] diff --git a/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2 b/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2 index 9ed377d67a..54d079297e 100644 --- a/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2 +++ b/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2 @@ -10,7 +10,7 @@ ctx.get_org_setting(ctx.user.home_ou.id, 'credit.processor.stripe.enabled') AND ctx.get_org_setting(ctx.user.home_ou.id, 'credit.processor.default') == 'Stripe'; ctx.use_stripe = 1; END %] -

[% l('Pay Fines') %]

+

[% l('Pay Charges') %]

[% IF ctx.fines.balance_owed <= 0 %]
[% l("You either have no fines to pay or you have selected fines whose " _ diff --git a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 index e19b33699e..ded602185d 100644 --- a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 +++ b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 @@ -16,14 +16,14 @@
[% ELSE %]
- [% l('Fines:') %] + [% l('Charges:') %] [% money(ctx.user_stats.fines.balance_owed) %]
[% IF (ctx.fines.grocery.size OR ctx.fines.circulation.size) AND ctx.get_org_setting(ctx.user.home_ou, 'credit.payments.allow') == 1 %]
+ type="submit" title="[% l('Pay Charges') %]" + value="[% l('Pay Charges') %]" class="pos-rel-top-5 opac-button" /> [% END %]
[% END %] @@ -97,10 +97,10 @@
[% IF myopac_main_page == 'main' %] - [% l("Fines") %] + [% l("Charges") %] [% l("Payments") %] [% ELSE %] - [% l("Fines") %] + [% l("Charges") %] [% l("Payments") %] [% END %]
diff --git a/Open-ILS/src/templates/opac/parts/topnav.tt2 b/Open-ILS/src/templates/opac/parts/topnav.tt2 index fc12a35a47..e84fbca781 100644 --- a/Open-ILS/src/templates/opac/parts/topnav.tt2 +++ b/Open-ILS/src/templates/opac/parts/topnav.tt2 @@ -66,7 +66,7 @@ [% money(ctx.user_stats.fines.balance_owed) - %] [% l("Fines") %] + %] [% l("Charges") %]
- [% l("Other Fees") %] + [% l("Pay Selected Other Charges") %]