Koha/koha-tmpl/opac-tmpl/prog/en/xslt
Jared Camins-Esakov 694f0fbeaf Bug 6153: Display imprint subfields in order
Prior to this patch, the imprint (field 260) was displayed out-of-order on the
MARC21 XSLT record detail page. For example, the following data:
=260  \\$aNew York :$bHarper,$c2003$g(2005 printing)
Displayed as:
Harper, New York : 2003 (2005 printing)
Instead of:
New York : Harper, 2003 (2005 printing)

Even more problematically, the following data:
=260  \\$a[S.l. :$bs.n.],$c1860.
Displayed as:
s.n.], [S.l. : 1860
Instead of:
[S.l. : s.n.], 1860.

This patch changes the MARC21 OPAC Details display to display the imprint
subfields in the proper order (as the Results display already does).

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-04-26 20:33:36 +12:00
..
compact.xsl Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
MARC21slim2OPACDetail.xsl Bug 6153: Display imprint subfields in order 2011-04-26 20:33:36 +12:00
MARC21slim2OPACMARCdetail.xsl Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC (Conflict marker fix 2nd try) 2010-12-21 17:01:33 +13:00
MARC21slim2OPACResults.xsl Bug 6231: some system preferences in XSLT broken 2011-04-22 07:20:39 +12:00
MARC21slimUtils.xsl Bug 4276: XSLT subject tracings only use subfield a 2011-03-28 09:47:05 +13:00
NORMARCslim2OPACDetail.xsl Bug 3644 Add support for NORMARC 2011-03-30 10:13:37 +02:00
NORMARCslim2OPACResults.xsl Bug 3644 Add support for NORMARC 2011-03-30 10:13:37 +02:00
NORMARCslimUtils.xsl Bug 3644 Add support for NORMARC 2011-03-30 10:13:37 +02:00
UNIMARCslim2OPACDetail.xsl Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
UNIMARCslim2OPACResults.xsl Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
UNIMARCslimUtils.xsl bug 5204: Unimarc XSLT, from French to English. 2010-11-18 13:03:47 +13:00