Bugzilla – Attachment 93663 Details for
Bug 23726
Give class to No Items Available text on OPAC results page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23726: Give class to No Items Available text on OPAC results page
Bug-23726-Give-class-to-No-Items-Available-text-on.patch (text/plain), 1.24 KB, created by
Owen Leonard
on 2019-10-03 18:04:59 UTC
(
hide
)
Description:
Bug 23726: Give class to No Items Available text on OPAC results page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-10-03 18:04:59 UTC
Size:
1.24 KB
patch
obsolete
>From 876a86093d8bca5029220fd96e546d476e024265 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 2 Oct 2019 17:34:53 +0000 >Subject: [PATCH] Bug 23726: Give class to No Items Available text on OPAC > results page > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >index 6aaa329870f..fb2b8995ff7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >@@ -1226,7 +1226,7 @@ > </xsl:for-each> > (<xsl:value-of select="$AlternateHoldingsCount"/>) > </xsl:when> >- <xsl:otherwise>No items available </xsl:otherwise> >+ <xsl:otherwise><span class="noitems">No items available </span> </xsl:otherwise> > </xsl:choose> > </xsl:when> > <xsl:when test="count(key('item-by-status', 'available'))>0"> >-- >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 23726
:
93544
|
93663
|
93843