From 1deadb34c324df9b307c0cb35284e6949dd8dcaa Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sun, 22 May 2011 17:32:07 -0400 Subject: [PATCH] Bug 5919: Display MARC21 fields 583, 586, 530 This patch adds the MARC21 fields 583 (Action note), 586 (Awards note), and 530 (Additional physical form available note) to the OPAC details display in the XSLT-controlled portion of the page. In order to allow libraries to hide these notes if they do not want them added, the notes have been given CSS classes. Depends on patch for Bug 3098. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 63fd0bf69d..38cc6a8d78 100755 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -534,6 +534,25 @@ + + + + + + abcd + + + + + _blank + + + + + + + + @@ -565,6 +584,38 @@ + + + + + + + + + + + + abcdefgijklnou + + + + + + + + + + + + + + Awards: + + + + + + -- 2.39.2