Bugzilla – Attachment 17561 Details for
Bug 10083
In Transit string doesn't get translated in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-Bug-10083-In-Transit-string-doesn-t-get-translated-i.patch (text/plain), 1.69 KB, created by
Eric Bégin
on 2013-04-19 18:13:56 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Eric Bégin
Created:
2013-04-19 18:13:56 UTC
Size:
1.69 KB
patch
obsolete
>From 4633e94b6b2d7ca28e1b5d1ee0c99e49d07799a8 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Eric=20B=C3=A9gin?= <Eric.Begin@inLibro.com> >Date: Fri, 19 Apr 2013 12:11:23 -0400 >Subject: [PATCH] Bug 10083 : In Transit string doesn't get translated in the > staff interface > >To test : >1) Install your translation >2) Transfer an item from branch A to branch B >3) Look a the item in the staff interface : You'll see the 'In transit' message in english >4) Apply patch >5) Install your translation >6) Look again a the items in the staff >--- > .../prog/en/modules/catalogue/detail.tt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index ef2b5b9..bd13d43 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -315,10 +315,11 @@ function verify_images() { > : due [% itemloo.datedue %] > </span> > [% ELSIF ( itemloo.transfertwhen ) %] >- In transit from [% itemloo.transfertfrom %], >- to [% itemloo.transfertto %], since [% itemloo.transfertwhen %] >- <!-- FIXME: the "since" clause is redundant w/ lastseen field --> >+ <span>In transit from </span>[% itemloo.transfertfrom %], >+ <span>to </span>[% itemloo.transfertto %] >+ <span>, since </span>[% itemloo.transfertwhen %] > [% END %] >+ <!-- FIXME: the "since" clause is redundant w/ lastseen field --> > > [% IF ( itemloo.itemlost ) %] > [% IF ( itemloo.itemlostloop ) %] >-- >1.7.9.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 10083
:
17561
|
17732
|
17760
|
17767
|
18169
|
18457
|
18459