Bugzilla – Attachment 94840 Details for
Bug 23506
Sound material type displays wrong icon in OPAC/Staff details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
display correct icon in staff client and OPAC
display-correct-icon-in-staff-client-and-OPAC.patch (text/plain), 2.06 KB, created by
Lucas Gass (lukeg)
on 2019-10-29 17:42:17 UTC
(
hide
)
Description:
display correct icon in staff client and OPAC
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-10-29 17:42:17 UTC
Size:
2.06 KB
patch
obsolete
>From 7f19f3e6d04beb6eba08fab916374db65c808582 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 29 Oct 2019 17:40:47 +0000 >Subject: [PATCH] display correct icon in staff client and OPAC > >https://bugs.koha-community.org/show_bug.cgi?id=23506 >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index f21e6ced17..a1489bbe50 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -64,7 +64,7 @@ > <xsl:when test="$leader6='g'">VM</xsl:when> > <xsl:when test="$leader6='k'">PK</xsl:when> > <xsl:when test="$leader6='r'">OB</xsl:when> >- <xsl:when test="$leader6='i'">SO</xsl:when> >+ <xsl:when test="$leader6='i'">MU</xsl:when> > <xsl:when test="$leader6='j'">MU</xsl:when> > <xsl:when test="$leader6='c' or $leader6='d'">PR</xsl:when> > </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 adbf98c777..db2742e03b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -66,7 +66,7 @@ > <xsl:when test="$leader6='g'">VM</xsl:when> > <xsl:when test="$leader6='k'">PK</xsl:when> > <xsl:when test="$leader6='r'">OB</xsl:when> >- <xsl:when test="$leader6='i'">SO</xsl:when> >+ <xsl:when test="$leader6='i'">MU</xsl:when> > <xsl:when test="$leader6='j'">MU</xsl:when> > <xsl:when test="$leader6='c' or $leader6='d'">PR</xsl:when> > </xsl:choose> >-- >2.11.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 23506
:
92478
|
93162
|
94840
|
94973