Bugzilla – Attachment 21648 Details for
Bug 10948
Some strings in the authority result list turned out untranslatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10948: make reference labels translatable in OPAC auth results
0001-Bug-10948-make-reference-labels-translatable-in-OPA.patch (text/plain), 1.58 KB, created by
Nuño López Ansótegui
on 2013-09-30 08:52:12 UTC
(
hide
)
Description:
Bug 10948: make reference labels translatable in OPAC auth results
Filename:
MIME Type:
Creator:
Nuño López Ansótegui
Created:
2013-09-30 08:52:12 UTC
Size:
1.58 KB
patch
obsolete
>From e46aac082ba080a731742e10af94ca420b6c57b5 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Wed, 25 Sep 2013 11:50:07 -0400 >Subject: [PATCH] Bug 10948: make reference labels translatable in OPAC auth results > >For some reason the translator script was not picking up the see also >and used for/see from labels on the OPAC. This patch fixes the problem. > >To test: >1) Apply patch. >2) Generate PO files. >3) Note that "see from" and "used for/see from" appear. >4) Sign off. > >Signed-off-by: Nuño López Ansótegui <nunyo@masmedios.com> >--- > .../en/includes/authorities-search-results.inc | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc b/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc >index 6e6db3c..b113049 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc >@@ -11,7 +11,10 @@ > <span class="RT">RT: [% heading | html %]</span> > [% END %] > [% ELSE %] >- [% IF ( label ) %]<span class="label">[% label | html %]</span>[% END %] >+ [% IF ( label ) %]<span class="label">[% SWITCH label %] >+ [% CASE 'see also:' %]see also: >+ [% CASE 'used for/see from:' %]used for/see from: >+ [% END %]</span>[% END %] > <span class="heading"> > [% IF ( linkpath && search ) %]<a href="[% link | url %][% search | url %]">[% heading | html %]</a> > [% ELSE %][% heading | html %][% END %] >-- >1.5.6.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 10948
:
21449
|
21450
|
21648
|
21649
|
21650
|
21681