20 Sep
2018
20 Sep
'18
12:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21130 --- Comment #6 from Blou <philippe.blouin@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.