From adff25d17444ff58a51bd44196c0d1fdc7dda73d Mon Sep 17 00:00:00 2001 From: Hayley Mapley Date: Mon, 27 May 2019 14:38:52 +1200 Subject: [PATCH] Bug 22627: Renames OPAC fines tab to 'your charges' to be more inclusive Brought up on Bug 21578, the 'your fines' tab in the OPAC would be better named as 'your charges' as not all charges are fines, some are credits etc. To test: 1) In the OPAC, click on the user's name and note that the tab that was called your fines is now called your charges. 2) When you click on the tab, the title says Your charges, the breadcrumb says Your charges, and the table title is Your charges. Sponsored-by: Catalyst IT. --- koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc index e2bb1a1b360..c460b9518f7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -1,4 +1,4 @@ -

Fines and charges

+

Charges

[% IF ( ACCOUNT_LINES ) %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc index 976fc13df19..f1cdfa5ab27 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc @@ -15,7 +15,7 @@ [% ELSE %]
  • [% END %] - your fines
  • + your charges [% END %] [% IF ( userupdateview ) %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt index c6f6cc7efc9..70da8a22fe7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt @@ -7,7 +7,7 @@ [% SET ENABLE_OPAC_PAYMENTS = Koha.Preference('EnablePayPalOpacPayments') || plugins %] [% SET DISPLAY_PAYMENT_BLOCK = 0 %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Your fines and charges +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Your charges [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% Asset.css("css/datatables.css") | $raw %] @@ -21,7 +21,7 @@
    diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index 03847ace507..454767f048c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -386,7 +386,7 @@ [% IF ( OPACFinesTab ) %] [% IF ( amountoutstanding > 0 ) %] -

    Fines and charges

    +

    Charges

    diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt index e147cdd6f87..5c952b68a8b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt @@ -267,7 +267,7 @@ Holds ([% HOLDS.count | html %]) -
  • Fines and charges ([% total | $Price %])
  • +
  • Charges ([% total | $Price %])
  • -- 2.11.0
    Amount