From 7b7396f34accdb79984f1b2c8e4af3f29fcef826 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 16 May 2013 09:20:01 -0400 Subject: [PATCH] Bug 10083 [3.10.x] In Transit string doesn't get translated in the staff interface Content-Type: text/plain; charset="utf-8" For some reason this text inside a isn't getting picked up by the translator unless it's inside a . 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. --- .../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 %] [% ELSIF ( itemloo.transfertwhen ) %] - In transit from [% itemloo.transfertfrom %], - to [% itemloo.transfertto %], since [% itemloo.transfertwhen %] - + In transit from [% itemloo.transfertfrom %] to [% itemloo.transfertto %] since [% itemloo.transfertwhen %] [% END %] [% IF ( itemloo.itemlost ) %] -- 1.7.9.5