@@ -, +, @@ - catalogue a record with one or mulitple 082$a subfields - verify the classifications are displayed in OPAC and staff detail page - Add following CSS to OpacUserCSS or IntranetUserCSS: display:none; - Verify the DDC classifications are now no longer displayed --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 16 ++++++++++++++++ .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 17 +++++++++++++++++ 2 files changed, 33 insertions(+), 0 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -565,6 +565,22 @@ + + + + DDC classification: + + + a + + + + | + + + + + Online resources: --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -625,6 +625,23 @@ + + + + DDC classification: + + + a + + + + | + + + + + + Online resources: --