Bugzilla – Attachment 92578 Details for
Bug 22627
Rephrase 'your fines and charges' tab in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22627: Rename tab on my summary page
Bug-22627-Rename-tab-on-my-summary-page.patch (text/plain), 1.61 KB, created by
Nick Clemens (kidclamp)
on 2019-09-03 16:54:40 UTC
(
hide
)
Description:
Bug 22627: Rename tab on my summary page
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-09-03 16:54:40 UTC
Size:
1.61 KB
patch
obsolete
>From a76d091b0f2e6e03f4e845a3e20ef1c455094c39 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 11 Aug 2019 12:25:14 +0200 >Subject: [PATCH] Bug 22627: Rename tab on my summary page > >This completes the first patch by also changing the >tab on the OPAC summary page from "Fines" to "Charges". > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 879713c13b..6bf22d5620 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -149,7 +149,7 @@ > [% IF relatives %]<li><a href="#opac-user-relative-issues">Relatives' checkouts</a></li>[% END %] > [% IF ( overdues_count ) %]<li><a href="#opac-user-overdues">Overdue ([% overdues_count | html %])</a></li>[% END %] > [% IF ( OPACFinesTab ) %] >- [% IF ( amountoutstanding > 0 ) %]<li><a href="#opac-user-fines">Fines ([% amountoutstanding | $Price %])</a></li>[% END %] >+ [% IF ( amountoutstanding > 0 ) %]<li><a href="#opac-user-fines">Charges ([% amountoutstanding | $Price %])</a></li>[% END %] > [% IF ( amountoutstanding < 0 ) %]<li><a href="#opac-user-fines">Credits ([% amountoutstanding * -1 | $Price %])</a></li>[% END %] > [% END %] > >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22627
:
90101
|
90286
|
90287
|
90288
|
92141
|
92142
|
92577
| 92578