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> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
5bbf80989a
commit
7b63d55ddc
2 changed files with 3 additions and 7 deletions
|
@ -2638,8 +2638,7 @@ button {
|
|||
float: right;
|
||||
}
|
||||
|
||||
#subjectsList,
|
||||
#authorSearch {
|
||||
#termsList {
|
||||
label {
|
||||
display: inline;
|
||||
vertical-align: middle;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue