@@ -, +, @@ rendering for normal record display - Create/have a record with 020$z (or 010$z on UNIMARC) but no 020$a (no 010$a on UNIMARC). - Open the detail page for the record (on both OPAC and staff). - Repeat mixing with 020$a occurences to notice the bug. - Apply the patch, reload no matter how many ISBN fields you add. - Sign off :-D --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 25 ++++++++++++------ .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 25 ++++++++++++------ .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 30 ++++++++++++---------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 26 +++++++++++-------- .../bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl | 25 ++++++++++++------ .../bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl | 26 ++++++++++--------- 6 files changed, 97 insertions(+), 60 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -390,14 +390,23 @@ - - ISBN: - - - - .; - - + + + ISBN: + + + + + + . + + + ; + + + + + --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl @@ -306,14 +306,23 @@ - - ISBN: - - - - .; - - + + + ISBN: + + + + + + . + + + ; + + + + + --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl @@ -142,21 +142,23 @@ + -
  • ISBN: - - - - - - . - - - ; - - - -
  • + ISBN: + + + + + + . + + + ; + + + + +
    --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -429,16 +429,22 @@
    - - ISBN: - - - - - .; - - - + + ISBN: + + + + + + . + + + ; + + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl @@ -342,14 +342,23 @@ - - ISBN: - - - - .; - - + + + ISBN: + + + + + + . + + + ; + + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl @@ -190,20 +190,22 @@ + ISBN: - - - - - - . - - - ; - - - + + + + + + . + + + ; + + + + --