Bugzilla – Attachment 92142 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.55 KB, created by
Katrin Fischer
on 2019-08-11 10:28:21 UTC
(
hide
)
Description:
Bug 22627: Rename tab on my summary page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-08-11 10:28:21 UTC
Size:
1.55 KB
patch
obsolete
>From 2f323675883082b9a53db3eb0fc7745edf37898d 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". >--- > 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 6f8eb55169..1652509a1f 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.17.1
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