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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/