Bugzilla – Attachment 99049 Details for
Bug 19718
Create message for patrons with multiple holds on the same item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19718: (follow-up) Make messages translatable
Bug-19718-follow-up-Make-messages-translatable.patch (text/plain), 1.83 KB, created by
Katrin Fischer
on 2020-02-14 21:52:42 UTC
(
hide
)
Description:
Bug 19718: (follow-up) Make messages translatable
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-02-14 21:52:42 UTC
Size:
1.83 KB
patch
obsolete
>From 26cc16f445e33347a3c22086e9ead481f4405999 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 14 Feb 2020 14:02:09 +0000 >Subject: [PATCH] Bug 19718: (follow-up) Make messages translatable > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >index 30c63ed0d5..d637f705d8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -162,8 +162,13 @@ > <div class="holdrow"> > [% IF bibitemloo.forced_hold_level %] > <span class="forced_hold_level"><h5> >- You already have at least one [% bibitemloo.forced_hold_level %] level hold on this title. >- All further holds must be [% bibitemloo.forced_hold_level %] level. >+ [% IF bibitemloo.forced_hold_level == 'item' %] >+ You already have at least one item level hold on this title. >+ All further holds must be item level. >+ [% ELSE %] >+ You already have at least one record level hold on this title. >+ All further holds must be record level. >+ [% END %] > </h5></span> > [% END %] > <p> >-- >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 19718
:
92489
|
95120
|
98946
|
99048
| 99049