Bugzilla – Attachment 17071 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]
Bug 9952: translation of the "tab 0" in MARC detail
Bug-9952-translation-of-the-tab-0-in-MARC-detail.patch (text/plain), 1.13 KB, created by
Chris Cormack
on 2013-03-31 03:42:30 UTC
(
hide
)
Description:
Bug 9952: translation of the "tab 0" in MARC detail
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-03-31 03:42:30 UTC
Size:
1.13 KB
patch
obsolete
>From 8e10455cd21541fc11a036f5d561559e9cfb7df4 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] 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> >--- > koha-tmpl/intranet-tmpl/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.10.4
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