@@ -, +, @@ format information in results - Verify that OPAC and staff result lists for various types of materials still display nicely. - Take a look at the HTML and verify, that label and text are now wrapped into a new span with a results_* class. - Try hiding a part of the information, for example in OpacUserCSS: display none; --- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 27 ++++++++++++++++---- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 27 ++++++++++++++++---- 2 files changed, 44 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -395,6 +395,7 @@ + Material type: book Set @@ -415,15 +416,19 @@ sound Sound music Music + - ; Format: + + ; Format: + + ; Type of continuing resource: @@ -441,11 +446,12 @@ periodical + + ; Nature of contents: - abstract or summary @@ -513,8 +519,11 @@ conference publication + + + ; Type of computer file: @@ -523,8 +532,10 @@ numeric data + + ; Nature of contents: @@ -573,8 +584,10 @@ speech + + ; Literary form: biography @@ -618,8 +631,10 @@ speech + + ; Type of visual material: @@ -661,8 +676,7 @@ microscope slide - + model @@ -681,10 +695,12 @@ toy + + ; Audience: @@ -711,7 +727,8 @@ Specialized; - + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -533,6 +533,7 @@ + Material type: book Set @@ -553,14 +554,18 @@ sound Sound music Music + - ; Format: + + ; Format: + + ; Type of continuing resource: @@ -584,11 +589,12 @@ web site + + ; Nature of contents: - abstract or summary @@ -660,8 +666,11 @@ conference publication + + + ; Type of computer file: @@ -679,8 +688,10 @@ game + + ; Nature of contents: @@ -732,8 +743,10 @@ speech + + ; Literary form: biography @@ -777,8 +790,10 @@ speech + + ; Type of visual material: @@ -820,8 +835,7 @@ microscope slide - + model @@ -840,10 +854,12 @@ toy + + ; Audience: @@ -870,7 +886,8 @@ Specialized; - + + --