Bugzilla – Attachment 54126 Details for
Bug 13796
Alert in OPAC when renewing an item with a rental charge
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13796: (followup) Change wording to variant III
Bug-13796-followup-Change-wording-to-variant-III.patch (text/plain), 2.30 KB, created by
Marc Véron
on 2016-08-07 19:24:24 UTC
(
hide
)
Description:
Bug 13796: (followup) Change wording to variant III
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-08-07 19:24:24 UTC
Size:
2.30 KB
patch
obsolete
>From 1fbb7bde8a4ad27714b1c8961efb890d1e13ebaa Mon Sep 17 00:00:00 2001 >From: Marc <veron@veron.ch> >Date: Sun, 7 Aug 2016 21:22:11 +0200 >Subject: [PATCH] Bug 13796: (followup) Change wording to variant III > >See comments #13 - 15 >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 657236e..93d045f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -254,11 +254,11 @@ Using this account is not recommended because some parts of Koha will not functi > [% IF ( ISSUE.status ) %] > [% IF ( canrenew ) %] > <input type="checkbox" name="item" value="[% ISSUE.itemnumber %]"/> <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&item=[% ISSUE.itemnumber %]&borrowernumber=[% ISSUE.borrowernumber %]">Renew</a> >+ <span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span> > [% IF ISSUE.renewalfee > 0 %] >- <span class="renewalfee">Fee for [% ItemTypes.GetDescription( ISSUE.renewalitemtype) %] [% ISSUE.renewalfee | $Price %]</span> >+ <span class="renewalfee">Fee for item type '[% ItemTypes.GetDescription( ISSUE.renewalitemtype) %]': [% ISSUE.renewalfee | $Price %]</span> > [% END %] > [% END %] >- <span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span> > [% ELSIF ( ISSUE.too_many ) %] > Not renewable > [% ELSIF ( ISSUE.norenew_overdue ) %] >-- >2.1.4
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 13796
:
52657
|
53051
|
53052
|
53476
|
54126
|
54188
|
54189
|
62535
|
65397
|
67272
|
67273
|
68742
|
68743