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

--- Comment #6 from Blou <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to