Bugzilla – Attachment 46363 Details for
Bug 15444
MARC21: Repeated 508 not correctly formatted (missing separator)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 15444 - MARC21: Repeated 508 not correctly formatted (missing separator)
PASSED-QA-Bug-15444---MARC21-Repeated-508-not-corr.patch (text/plain), 2.42 KB, created by
Katrin Fischer
on 2016-01-06 20:56:25 UTC
(
hide
)
Description:
[PASSED QA] Bug 15444 - MARC21: Repeated 508 not correctly formatted (missing separator)
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-01-06 20:56:25 UTC
Size:
2.42 KB
patch
obsolete
>From 03702f372da4727be795f42f75e159568f75b83a Mon Sep 17 00:00:00 2001 >From: Winona Salesky <wsalesky@gmail.com> >Date: Mon, 4 Jan 2016 09:33:00 -0500 >Subject: [PATCH] [PASSED QA] Bug 15444 - MARC21: Repeated 508 not correctly > formatted (missing separator) >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch adds a separator for multiple 508 fields to the XSLT display in the staff and OPAC detail view. >Separator is wrapped in span with class=âseparatorâ for easy manipulation via css. > >To test: >* Search the OPAC >* Click the title with multiple 508 fields >* Make sure the fields display properly >* Repeat for a few more titles >* Repeat in the Staff Client > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 1 + > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index a2f7a0c..556f44f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -847,6 +847,7 @@ > <xsl:call-template name="subfieldSelectSpan"> > <xsl:with-param name="codes">a</xsl:with-param> > </xsl:call-template> >+ <xsl:if test="position()!=last()"><span class="separator"><xsl:text> | </xsl:text></span></xsl:if> > </xsl:for-each> > </div> > </xsl:if> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 68a6235..f9690d8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -947,6 +947,7 @@ > <xsl:call-template name="subfieldSelectSpan"> > <xsl:with-param name="codes">a</xsl:with-param> > </xsl:call-template> >+ <xsl:if test="position()!=last()"><span class="separator"><xsl:text> | </xsl:text></span></xsl:if> > </xsl:for-each> > </div> > </xsl:if> >-- >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 15444
:
46256
|
46302
| 46363