Bugzilla – Attachment 17082 Details for
Bug 9952
MARC tab: tab 0 is not translated correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9952: translation of the "tab 0" in MARC detail
PASSED-QA-Bug-9952-translation-of-the-tab-0-in-MAR.patch (text/plain), 1.23 KB, created by
Katrin Fischer
on 2013-03-31 11:09:16 UTC
(
hide
)
Description:
[PASSED QA] Bug 9952: translation of the "tab 0" in MARC detail
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-03-31 11:09:16 UTC
Size:
1.23 KB
patch
obsolete
>From 79232abdf78de11212a1721ab61e14b01ea86023 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Fri, 29 Mar 2013 11:51:38 +0100 >Subject: [PATCH] [PASSED QA] Bug 9952: translation of the "tab 0" in MARC > detail > >The html code of 0 (0) is necessary for this >tab to be correctly translated. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Fixes display in translated templates. >--- > .../prog/en/modules/catalogue/MARCdetail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt >index 8495c60..a9ab8d6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt >@@ -65,7 +65,7 @@ function Changefwk(FwkList) { > <div id="bibliotabs" class="toptabs numbered"> > <ul> > [% IF ( tab0XX ) %] >- <li><a href="#tab0XX">0</a></li> >+ <li><a href="#tab0XX">0</a></li> > [% END %] > [% IF ( tab1XX ) %] > <li><a href="#tab1XX">1</a></li> >-- >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 9952
:
17021
|
17022
|
17023
|
17039
|
17071
| 17082