Bugzilla – Attachment 99771 Details for
Bug 13327
OPACPopupAuthorsSearch doesn't work with XSLT views
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13327: (follow-up) Correct CSS and XSL errors
Bug-13327-follow-up-Correct-CSS-and-XSL-errors.patch (text/plain), 2.44 KB, created by
Jonathan Druart
on 2020-02-28 15:13:30 UTC
(
hide
)
Description:
Bug 13327: (follow-up) Correct CSS and XSL errors
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-02-28 15:13:30 UTC
Size:
2.44 KB
patch
obsolete
>From ada63a62615e53c7f4526f824e22734ec533f1bb Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 19 Feb 2020 13:47:11 +0000 >Subject: [PATCH] Bug 13327: (follow-up) Correct CSS and XSL errors > >This patch adds back the CSS changes which seem to have been lost in a >rebase somewhere. The patch also corrects a bad copy/paste in the XSL >file which led to a 404 error. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 3 +-- > .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 7 ++----- > 2 files changed, 3 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index 525e39e3d2..2cadc63009 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -2638,8 +2638,7 @@ button { > float: right; > } > >-#subjectsList, >-#authorSearch { >+#termsList { > label { > display: inline; > vertical-align: middle; >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index ecb596f828..0ade99700c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -860,11 +860,8 @@ > <xsl:text> </xsl:text> > <a class='authlink'> > <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="str:encode-uri(marc:subfield[@code=9], true())"/></xsl:attribute> >- <xsl:element name="img"> >- <xsl:attribute name="src">/opac-tmpl/<xsl:value-of select="$theme"/>/images/z.png</xsl:attribute> >- <xsl:attribute name="alt"></xsl:attribute> >- <xsl:attribute name="height">15</xsl:attribute> >- <xsl:attribute name="width">15</xsl:attribute> >+ <xsl:element name="i"> >+ <xsl:attribute name="class">fa fa-search</xsl:attribute> > </xsl:element> > </a> > </xsl:if> >-- >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 13327
:
96919
|
97932
|
98885
|
98904
|
98939
|
99002
|
99250
|
99296
|
99297
|
99770
| 99771