Bugs 2822, 2551, 3163 fixes to XSLT
authorJane Wagner <jwagner@ptfs.com>
Tue, 28 Apr 2009 12:01:25 +0000 (08:01 -0400)
committerGalen Charlton <galen.charlton@liblime.com>
Tue, 28 Apr 2009 14:00:28 +0000 (09:00 -0500)
commitf9c3780def6164d1f6b45644e9a2c9c3cce9dde5
tree4d1a7b1006104232b92381629b50329d81f68bd9
parent978f0d56180f82bae6f0e49f8fe3445502177fc4
Bugs 2822, 2551, 3163 fixes to XSLT

Resent with additional comments.

Bug 2822 -- for leader6 types of i (nonmusical) or j (musical), the hitlist
uses an icon and label of Sound while the record display page uses
Music.  Modified record display to use Sound.

Bug 2551 -- for leader7 type of i says it's type Serial which is incorrect.
The bug report suggested Integrating Resource" but the latest install's
hitlist page uses Continuing Resource.  Changed the record display page
to also use Continuing Resource.

Bug 3163 -- if you have a 110 or 710 with a subfield a and a subfield b,
there's no space between them (on either hitlist or record display).
The two headings run together in the display.  Modified the utils file
to force a space.

The XSLT files referenced two icons which did not exist (globe.png and
drive_remote.png. Replaced those with icons from the same subject area
(world.png and drive_web.png).  Also, corrected spelling of icon name
from pencile.png to pencil.png.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl