@@ -, +, @@ - The separator between multiple series is switched form ; to the now commonly used | with a class for easy change of formatting. - There was some missing logic that prevented the separator to show up correctly between traced and untraced series. - For some series $v was included in the link for others not. Now $v always appears as text and only $a is linked, as this is what we actually search for. - You should be cataloguing multiple series in different ways, using - deprecated 440 (still present in old data) - 490, Ind. 1 = empty or 0 = not traced - 490, Ind. 1 = 1 = traced in combination with an 8xx field --- .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 36 ++++++++++++------ .../bootstrap/en/xslt/MARC21slimUtils.xsl | 44 ++++++++++++++-------- 2 files changed, 54 insertions(+), 26 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl @@ -410,19 +410,22 @@ - av + a + + ; + - ; + | - ; + | @@ -432,13 +435,23 @@ - av + a - - ; + + + ; + + + + + | + + + | + @@ -479,9 +492,9 @@ - : + ; - ; + | @@ -521,9 +534,10 @@ - : - - ; + + ; + + | --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -371,22 +371,25 @@ ?q=se,phr:"" - - - - av - - + + + + av + + + + ; + - ; + | - ; + | @@ -396,13 +399,23 @@ - av + a - - ; + + + ; + + + + + | + + + | + @@ -445,7 +458,7 @@ : - ; + | @@ -485,9 +498,10 @@ - : - - ; + + ; + + | --