Bugzilla – Attachment 33274 Details for
Bug 12829
Incorrect ISBN visualization on the normal view if invalid/cancelled ISBN present
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12829: Follow-up - fix small display issue in UNIMARC
Bug-12829-Follow-up---fix-small-display-issue-in-U.patch (text/plain), 1.23 KB, created by
Katrin Fischer
on 2014-11-05 21:15:24 UTC
(
hide
)
Description:
Bug 12829: Follow-up - fix small display issue in UNIMARC
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-11-05 21:15:24 UTC
Size:
1.23 KB
patch
obsolete
>From ccea3a83b6ae2939eefa97397c28c3170778b83e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 5 Nov 2014 22:13:48 +0100 >Subject: [PATCH] Bug 12829: Follow-up - fix small display issue in UNIMARC > >UNIMARC XSLT uses <li> instead of <span>. >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl >index c845dff..7cdffa0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl >@@ -144,7 +144,7 @@ > > <!-- Build ISBN --> > <xsl:if test="marc:datafield[@tag=010]/marc:subfield[@code='a']"> >- <span class="results_summary isbn"><span class="label">ISBN: </span> >+ <li><strong>ISBN: </strong> > <xsl:for-each select="marc:datafield[@tag=010]/marc:subfield[@code='a']"> > <span property="isbn"> > <xsl:value-of select="."/> >@@ -158,7 +158,7 @@ > </xsl:choose> > </span> > </xsl:for-each> >- </span> >+ </li> > </xsl:if> > > <!-- Build ISSN --> >-- >1.9.1
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 12829
:
31165
|
31166
|
31167
|
31168
|
31182
|
32936
|
32938
|
33273
| 33274