From 3f221421d571f7bc4de9a5ca20efc5a94f7e41fb Mon Sep 17 00:00:00 2001 From: Jane Wagner Date: Thu, 24 Sep 2009 10:57:40 -0400 Subject: [PATCH] Bug 3661 XSLT fixes The XSLT results list (MARC21slim2OPACResults.xsl) did not have any separators between multiple 246 fields, so additional titles all ran together. I added the standard semicolon or period as in other repeating fields. The display for personal and corporate authors was also confusing. The period after the last personal author (100/700) is very hard to see, so the display looked like the first corporate author only belonged to/was associated with the last personal author, rather than being a separate author entry. I've added a dash at the beginning of any 110/710 entries to set off the corporate authors a bit in the display. I added the same code to insert a dash before any 111/711 (Meeting author) as well. This patch also adds missing text labels for text_list_bullets.png (bibliography) and remote.png (available online). Signed-off-by: Galen Charlton --- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index 2203b1db0b..cd9d9f2f0e 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -167,6 +167,7 @@ optical disc + available online remote @@ -451,6 +452,11 @@ + + + -- + + . @@ -462,6 +468,11 @@ + + + -- + + . @@ -545,6 +556,7 @@ abstract or summary + bibliography bibliography @@ -863,6 +875,7 @@ ab + .; -- 2.39.2