From 76b2d666b290fe44fbaca5c7aceea2188e3fd28b Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Mon, 21 Mar 2011 14:41:10 -0400 Subject: [PATCH 2/2] [SIGNED-OFF] 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 --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 51 ++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 37c5501..dbd9306 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: + + + + + + -- 1.7.2.3