Bugzilla – Attachment 131363 Details for
Bug 15594
Sequence of MARC 260 subfields different on XSLT result list and detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15594: Class in now unchanged after the patch
Bug-15594-Class-in-now-unchanged-after-the-patch.patch (text/plain), 1.69 KB, created by
The Minh Luong
on 2022-03-03 20:13:06 UTC
(
hide
)
Description:
Bug 15594: Class in now unchanged after the patch
Filename:
MIME Type:
Creator:
The Minh Luong
Created:
2022-03-03 20:13:06 UTC
Size:
1.69 KB
patch
obsolete
>From 80193730db54a9fada38a1f260b00c2a46cb2105 Mon Sep 17 00:00:00 2001 >From: The Minh Luong <theminh@inlibro.com> >Date: Thu, 3 Mar 2022 15:03:57 -0500 >Subject: [PATCH] Bug 15594: Class in now unchanged after the patch > >I'm not sure if this is the actual issue, but I found that the patch puts the span with >the class "publisher_name" inside a new span with typeOf="Organization". > >In this patch, I removed that new span, to keep it coherent with the previous code. >Also, the MARC 260 subfields are displayed correctly ! >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 800b724069..2c760d115d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -341,13 +341,11 @@ > <xsl:text> </xsl:text> > </xsl:if> > <xsl:if test="@code='b'"> >- <span property="publisher" typeof="Organization"> > <span property="name" class="publisher_name"> > <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Provider:<xsl:value-of select="str:encode-uri(current(), true())"/></xsl:attribute> > <xsl:value-of select="current()"/> > </a> > </span> >- </span> > <xsl:text> </xsl:text> > </xsl:if> > <xsl:if test="@code='c'"> >-- >2.25.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 15594
:
128284
|
128369
|
130194
|
130195
|
131363
|
131382
|
131383
|
131384
|
131385