Bugzilla – Attachment 50948 Details for
Bug 15533
Allow patrons and librarians to select itemtype when placing hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15533: QA follow-up - Formatting and improving translatability
Bug-15533-QA-follow-up---Formatting-and-improving-.patch (text/plain), 2.65 KB, created by
Katrin Fischer
on 2016-04-28 19:03:17 UTC
(
hide
)
Description:
Bug 15533: QA follow-up - Formatting and improving translatability
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-04-28 19:03:17 UTC
Size:
2.65 KB
patch
obsolete
>From 6338c50f330f2771fa71978206a4594b20e6dc1f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Thu, 28 Apr 2016 20:46:40 +0200 >Subject: [PATCH] Bug 15533: QA follow-up - Formatting and improving > translatability > >- Makes new message in the holds tables in the patron account > translatable >- Unbolds the note in the holds table for the record >--- > koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc | 1 + > koha-tmpl/intranet-tmpl/prog/en/js/holds.js | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 3 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc >index 62af2a3..368b783 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc >@@ -21,6 +21,7 @@ > var RENEWALS_REMAINING = _("%s of %s renewals remaining"); > var HOLD_IS_SUSPENDED = _("Hold is <strong>suspended</strong>"); > var UNTIL = _("until %s"); >+ var NEXT_AVAILABLE_ITYPE = _("Next available %s item"); > var ITEM_IS_WAITING = _("Item is <strong>waiting</strong>"); > var ITEM_IS_WAITING_HERE = _("Item is <strong>waiting here</strong>"); > var AT = _("at %s"); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/holds.js b/koha-tmpl/intranet-tmpl/prog/en/js/holds.js >index 959eed2..3182a30 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/holds.js >@@ -63,7 +63,7 @@ $(document).ready(function() { > } > > if ( oObj.itemtype_limit ) { >- data += _("<b> Next available %s item").format( oObj.itemtype_limit ); >+ data += NEXT_AVAILABLE_ITYPE.format( oObj.itemtype_limit ); > } > > if ( oObj.barcode ) { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index ab7549a..eb1d094 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -814,7 +814,7 @@ function checkMultiHold() { > </i> > [% ELSE %] > [% IF reserveloo.itemtype %] >- <i><b>Next available [% ItemTypes.GetDescription( reserveloo.itemtype ) %] item</b></i> >+ <i>Next available [% ItemTypes.GetDescription( reserveloo.itemtype ) %] item</i> > [% ELSE %] > <i>Next available</i> > [% END %] >-- >1.9.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 15533
:
46462
|
48262
|
49227
|
49469
|
50016
|
50145
|
50926
|
50927
|
50928
|
50929
|
50931
|
50932
|
50933
|
50934
|
50937
|
50941
|
50942
|
50943
|
50944
|
50945
|
50946
|
50947
| 50948 |
50949