Bugzilla – Attachment 11556 Details for
Bug 8408
Odd OPAC message when OPAC Renewals are disabled and OPACFineNoRenewals is set to blank
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8408 - Followup 2 - Add reference to renewing items.
Bug-8408---Followup-2---Add-reference-to-renewing-.patch (text/plain), 1.88 KB, created by
Jared Camins-Esakov
on 2012-08-11 18:08:49 UTC
(
hide
)
Description:
Bug 8408 - Followup 2 - Add reference to renewing items.
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-08-11 18:08:49 UTC
Size:
1.88 KB
patch
obsolete
>From 2bab8ea0e77b78e31c2b19f4bf9f74e414217e84 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 3 Aug 2012 07:57:24 -0400 >Subject: [PATCH] Bug 8408 - Followup 2 - Add reference to renewing items. >Content-Type: text/plain; charset="UTF-8" > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >index 2ec1e6e..f794900 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >@@ -103,7 +103,7 @@ $.tablesorter.addParser({ > [% IF ( renewal_blocked_fines ) && ( OpacRenewalAllowed ) %] > <span id="renewal_blocked_fines"><li><strong>Please note: </strong> Since you have <a href="/cgi-bin/koha/opac-account.pl">[% IF renewal_blocked_fines != "0.00" %] more than <span id="renewal_blocked_fines_amount">[% renewal_blocked_fines %]</span> in [% END %] fines</a>, you cannot renew your books online. Please pay your fines if you wish to renew your books.</li></span> > [% ELSIF ( renewal_blocked_fines ) %] >- <span id="renewal_blocked_fines"><li><strong>Please note: </strong> You currently owe <a href="/cgi-bin/koha/opac-account.pl"><span id="renewal_blocked_fines_amount">[% renewal_blocked_fines_amountoutstanding %] in fines.</span></a></li></span> >+ <span id="renewal_blocked_fines"><li><strong>Please note: </strong> You currently owe <a href="/cgi-bin/koha/opac-account.pl"><span id="renewal_blocked_fines_amount">[% renewal_blocked_fines_amountoutstanding %] in fines. Please pay your fines if you wish to renew your books.</span></a></li></span> > [% END %] > </ul></div> > [% END %] >-- >1.7.2.5
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 8408
:
10750
|
11200
|
11323
|
11324
|
11555
| 11556