Bugzilla – Attachment 125988 Details for
Bug 29199
Classes in item availability on OPAC results no longer set correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29199: fix bad class names
Bug-29199-fix-bad-class-names.patch (text/plain), 1.42 KB, created by
David Nind
on 2021-10-08 21:37:47 UTC
(
hide
)
Description:
Bug 29199: fix bad class names
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-10-08 21:37:47 UTC
Size:
1.42 KB
patch
obsolete
>From b90ded5c3ed8e4b3e977de8cbf7dd4157c235c67 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 8 Oct 2021 19:56:12 +0000 >Subject: [PATCH] Bug 29199: fix bad class names > >Go to OPAC results page and inscept the page. >See the class names inside ItemSummary with class names containing a $ >Apply patch, restart things >Class names are the same but without the leading $ > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >index e90961b21a..03bde7b150 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >@@ -1471,8 +1471,8 @@ > <xsl:param name="class_status"/> > <xsl:param name="OPACItemLocation"/> > <xsl:if test="count($items)>0"> >- <span class="$class_block"> >- <span class="$class_status"><xsl:value-of select="$status_text"/></span> >+ <span class="class_block"> >+ <span class="class_status"><xsl:value-of select="$status_text"/></span> > <xsl:text> (</xsl:text> > <xsl:value-of select="count($items)"/> > <xsl:text>)</xsl:text> >-- >2.20.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 29199
:
125985
|
125988
|
126030
|
126132
|
126327