[Koha-bugs] [Bug 21130] Detail XSLT produces translatable HTML class

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 20 13:49:16 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21130

--- Comment #6 from Blou <philippe.blouin at inlibro.com> ---
Examine opac-tmrpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl around line 110
(just below the "Wrapper div" comment.  You'll find

<xsl:attribute name="class">record</xsl:attribute>

Translate, then look at the (fr-CA) version, you'll find

<xsl:attribute name="class">notice</xsl:attribute>

This will in turn create in the webpage some <div class="notice" instead of
<div class="record" 

Bad.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list