From 9921d910940eb90f0fde7e4e1f1c3888edb4d9b5 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Thu, 4 Oct 2012 23:02:00 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 8877 [ENH] MARC21 field 511 missing from XSLT Adds MARC21 field 511 to the OPAC XSLT file. Signed-off-by: Marc Veron COntents of field 511 appears as expected. Signed-off-by: Katrin Fischer Patch changes OPAC XSLT display, 511 is shown as defined by the MARC21 standard. If 1st indicator is 1, the label cast is shown in front of the 511 field. If 1st indicator is 0 or empty, no label is shown. --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 300b7bd..fe08fd3 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -690,6 +690,17 @@ + + + + Cast: + + + a + + + + -- 1.7.9.5