@@ -, +, @@ - Peform a search in the OPAC - In the search results, confirm that the publisher plac, name, and date are wrapped in separate s, either by confirming the custom colors or by inspecting the source. - View the details for one of the results. Confirm that the same change has been made to the detail page. --- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 40 ++++++++++++---------- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 30 +++++++++------- 2 files changed, 39 insertions(+), 31 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -313,32 +313,34 @@ - - - a - - + + + a + + - /cgi-bin/koha/opac-search.pl?q=Provider: - - b - - + + /cgi-bin/koha/opac-search.pl?q=Provider: + + b + + + - - - - - cg - - - - + + + + + cg + + + + ; --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1054,24 +1054,30 @@ Publication details: - - a - + + + a + + - - b - + + + b + + - - - - cg + + + + + cg + + - - + ; --