Koha/koha-tmpl/opac-tmpl/bootstrap/en/xslt
Fridolin Somers c925b3ff85
Bug 30430: (QA follow-up) Several fixes
Several fixes :

- Replace tab with spaces

tag_210 :
- Class 'value' and not 'valeur'
- Loop on subfields must restrict to abcdg otherwise last() may not be
  correct (ie 214r and 214s)

tag_214 :
- Condition for coma after b should be same as after a : "position() != last()"

tag_210 and tag_214 :
- Space before ':' like in other fields
- ':' before c or g does not exist in opac, removed from intranet file
- Search links in intranet fixed (where composed with opac-search ^^)
- Search links using 'str:encode-uri' like other places
- Simplify title attribute with only 'Search for publisher' => Bad idea
  to use double quotes in a text

tag_214_s and tag_214_r :
- Loop on field+subfield otherwise last() may not be correct

I've fixed intranet and copied to OPAC (only adapted search links)

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io>
2022-07-01 16:51:43 -03:00
..
compact.xsl Bug 25381: XSLTs should not define entities 2021-01-22 13:46:40 +01:00
MARC21Languages.xsl Bug 25381: XSLTs should not define entities 2021-01-22 13:46:40 +01:00
MARC21slim2OPACDetail.xsl Bug 15594: (QA follow-up) Move span to publisher name, fix whitespace, only add spaces once per loop 2022-03-08 23:03:34 -10:00
MARC21slim2OPACResults.xsl Bug 19532: (QA follow-up) Enable XSLT statuses translation 2022-03-14 22:45:51 -10:00
MARC21slimUtils.xsl Bug 11175: Display components in own tab 2021-10-26 16:46:02 +02:00
plainMARC.xsl Bug 25381: XSLTs should not define entities 2021-01-22 13:46:40 +01:00
UNIMARCslim2OPACDetail.xsl Bug 30430: (QA follow-up) fix display of 210 only if no 214 + added 214r/s 2022-07-01 16:51:32 -03:00
UNIMARCslim2OPACResults.xsl Bug 30430: (QA follow-up) fix display of 210 only if no 214 + added 214r/s 2022-07-01 16:51:32 -03:00
UNIMARCslimUtils.xsl Bug 30430: (QA follow-up) Several fixes 2022-07-01 16:51:43 -03:00