Bugzilla – Attachment 12690 Details for
Bug 8877
MARC21 field 511 missing from XSLT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8877 MARC21 field 511 missing from XSLT
Bug-8877-ENH-MARC21-field-511-missing-from-XSLT.patch (text/plain), 1.39 KB, created by
Mirko Tietgen
on 2012-10-04 21:10:09 UTC
(
hide
)
Description:
Bug 8877 MARC21 field 511 missing from XSLT
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2012-10-04 21:10:09 UTC
Size:
1.39 KB
patch
obsolete
>From 63e3c8eb85c92b75bb0b09b395135d86c03674cd Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Thu, 4 Oct 2012 23:02:00 +0200 >Subject: [PATCH] Bug 8877 [ENH] MARC21 field 511 missing from XSLT >Content-Type: text/plain; charset="utf-8" > >Adds MARC21 field 511 to the OPAC XSLT file. >--- > .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 11 +++++++++++ > 1 files changed, 11 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >index 7917c0b..92503cd 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >@@ -690,6 +690,17 @@ > </xsl:for-each> > </xsl:if> > >+ <xsl:for-each select="marc:datafield[@tag=511]"> >+ <span class="results_summary summary"> >+ <span class="label"> >+ <xsl:if test="@ind1=1"><xsl:text>Cast: </xsl:text></xsl:if> >+ </span> >+ <xsl:call-template name="subfieldSelect"> >+ <xsl:with-param name="codes">a</xsl:with-param> >+ </xsl:call-template> >+ </span> >+ </xsl:for-each> >+ > <xsl:for-each select="marc:datafield[@tag=520]"> > <span class="results_summary summary"><span class="label"> > <xsl:choose> >-- >1.7.2.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 8877
:
12690
|
12697
|
14323