Bugzilla – Attachment 28150 Details for
Bug 11629
Add ability to update not for loan status on checkin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11629 [QA Followup] - Remove <strong> tags to ease translation
Bug-11629-QA-Followup---Remove-strong-tags-to-ease.patch (text/plain), 1.52 KB, created by
Kyle M Hall (khall)
on 2014-05-09 16:57:57 UTC
(
hide
)
Description:
Bug 11629 [QA Followup] - Remove <strong> tags to ease translation
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-05-09 16:57:57 UTC
Size:
1.52 KB
patch
obsolete
>From a50e1594ac6bd444371dc8749a07cbb589d30749 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 24 Feb 2014 08:46:18 -0500 >Subject: [PATCH] Bug 11629 [QA Followup] - Remove <strong> tags to ease translation > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 105818e..9740044 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -375,8 +375,8 @@ $(document).ready(function () { > [% IF ( errmsgloo.NotForLoanStatusUpdated ) %] > <p class="problem"> > Not for loan status updated >- from <strong>[% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %]</strong> >- to <strong>[% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) %]</strong> >+ from [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %] >+ to [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) %] > </p> > [% END %] > [% IF ( errmsgloo.badbarcode ) %] >-- >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 11629
:
24848
|
24849
|
24962
|
24963
|
24964
|
25229
|
25580
|
25581
|
25582
|
25583
|
27233
|
27244
|
27245
|
27246
|
27247
|
27248
|
27249
|
27250
|
27251
|
27252
|
28147
|
28148
|
28149
| 28150 |
28151
|
28152