https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36837 Bug ID: 36837 Summary: XSLT CSS classes offered for translations Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org CC: f.demians@tamil.fr, jonathan.druart@gmail.com I was translating and found 'authority-summary' for translation. Did ```shell $ git grep authority-summary koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc: <div class="authority-summary"> koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21authResults.xsl: <xsl:text>authority-summary</xsl:text> koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCauthResults.xsl: <xsl:text>authority-summary</xsl:text> koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCauthResults.xsl: <!-- end div class authority-summary--> koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc: <div class="authority-summary"> ``` The next one was `authref` but it all follows the same pattern of being a <xsl:text> node. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.