Bugzilla – Attachment 18457 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]
[SIGNED OFF]
SIGNED-OFF.patch (text/plain), 1.64 KB, created by
Gaetan Boisson
on 2013-05-29 10:24:20 UTC
(
hide
)
Description:
[SIGNED OFF]
Filename:
MIME Type:
Creator:
Gaetan Boisson
Created:
2013-05-29 10:24:20 UTC
Size:
1.64 KB
patch
obsolete
>From bb4936485ba558c7ad6a01b7a0ac52a543915ad5 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 16 May 2013 09:20:01 -0400 >Subject: [PATCH] [SIGNED OFF] > >Bug 10083 [3.10.x] In Transit string doesn't get translated in the staff interface > >For some reason this text inside a <td> isn't getting picked up by the >translator unless it's inside a <span>. This patch adds the span and >tidies up the text. > >To test, apply the patch and "translate update" a translation. Searching >the po file for "In transit from" should return a result from detail.pl. > >Signed-off-by: Gaetan Boisson <gaetan.boisson@biblibre.com> >--- > .../prog/en/modules/catalogue/detail.tt | 4 +--- > 1 file changed, 1 insertion(+), 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..950d1b4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -315,9 +315,7 @@ 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 class="intransit">In transit from [% itemloo.transfertfrom %] to [% itemloo.transfertto %] since [% itemloo.transfertwhen %]</span> > [% END %] > > [% IF ( itemloo.itemlost ) %] >-- >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