@@ -, +, @@ material type and 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; 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 @@ -405,6 +405,7 @@ + Material type: book Set @@ -425,15 +426,19 @@ sound Sound music Music + - ; Format: + + ; Format: + + ; Type of continuing resource: @@ -451,11 +456,12 @@ periodical + + ; Nature of contents: - abstract or summary @@ -523,8 +529,11 @@ conference publication + + + ; Type of computer file: @@ -533,8 +542,10 @@ numeric data + + ; Nature of contents: @@ -583,8 +594,10 @@ speech + + ; Literary form: biography @@ -628,8 +641,10 @@ speech + + ; Type of visual material: @@ -671,8 +686,7 @@ microscope slide - + model @@ -691,10 +705,12 @@ toy + + ; Audience: @@ -721,7 +737,8 @@ Specialized; - + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -549,6 +549,7 @@ + Material type: book Set @@ -569,14 +570,18 @@ sound Sound music Music + - ; Format: + + ; Format: + + ; Type of continuing resource: @@ -600,11 +605,12 @@ web site + + ; Nature of contents: - abstract or summary @@ -676,8 +682,11 @@ conference publication + + + ; Type of computer file: @@ -695,8 +704,10 @@ game + + ; Nature of contents: @@ -748,8 +759,10 @@ speech + + ; Literary form: biography @@ -793,8 +806,10 @@ speech + + ; Type of visual material: @@ -836,8 +851,7 @@ microscope slide - + model @@ -856,10 +870,12 @@ toy + + ; Audience: @@ -886,7 +902,8 @@ Specialized; - + + --