Bugzilla – Attachment 111353 Details for
Bug 19616
Add MARC21 505$g - Formatted Contents Note / Miscellaneous information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19616: Add MARC21 505$g - Formatted Contents Note / Miscellaneous informatoin
Bug-19616-Add-MARC21-505g---Formatted-Contents-Not.patch (text/plain), 2.99 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-10-07 18:34:06 UTC
(
hide
)
Description:
Bug 19616: Add MARC21 505$g - Formatted Contents Note / Miscellaneous informatoin
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-10-07 18:34:06 UTC
Size:
2.99 KB
patch
obsolete
>From 406a4f6a1ddf23fc4171282b36b97ef96a9ca4e4 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 13 Sep 2020 16:26:31 +0000 >Subject: [PATCH] Bug 19616: Add MARC21 505$g - Formatted Contents Note / > Miscellaneous informatoin > >This adds the subfield $g to the display of the 505 field in >staff and OPAC detail pages. > >To test: >- Catalog some records using variations of 505 > Examples can be found in the LOC documentation: > https://www.loc.gov/marc/bibliographic/bd505.html >- Verify that the display in staff and OPAC is still nice > and now includes $g > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 4 ++-- > .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index 0b21ec2e717..8bd38ad84c6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -1048,12 +1048,12 @@ > <xsl:choose> > <xsl:when test="@ind2=0"> > <xsl:call-template name="subfieldSelectSpan"> >- <xsl:with-param name="codes">tru</xsl:with-param> >+ <xsl:with-param name="codes">trug</xsl:with-param> > </xsl:call-template> > </xsl:when> > <xsl:otherwise> > <xsl:call-template name="subfieldSelectSpan"> >- <xsl:with-param name="codes">atru</xsl:with-param> >+ <xsl:with-param name="codes">atrug</xsl:with-param> > </xsl:call-template> > </xsl:otherwise> > </xsl:choose> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 042d01fc94e..f4369ebf2c0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -1132,12 +1132,12 @@ > <xsl:choose> > <xsl:when test="@ind2=0"> > <xsl:call-template name="subfieldSelectSpan"> >- <xsl:with-param name="codes">tru</xsl:with-param> >+ <xsl:with-param name="codes">trug</xsl:with-param> > </xsl:call-template> > </xsl:when> > <xsl:otherwise> > <xsl:call-template name="subfieldSelectSpan"> >- <xsl:with-param name="codes">atru</xsl:with-param> >+ <xsl:with-param name="codes">atrug</xsl:with-param> > </xsl:call-template> > </xsl:otherwise> > </xsl:choose> >-- >2.28.0
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 19616
:
82798
|
110027
|
110028
|
110029
|
110215
|
110216
|
110217
| 111353 |
111354
|
111355