From e6d9d6a00afd08f0e5458cfec29f0a82ab2cb2e3 Mon Sep 17 00:00:00 2001 From: David Nind Date: Mon, 4 Dec 2023 03:23:03 +0000 Subject: [PATCH] Bug 35410: Use "Online resources" label in search results Update the staff interface and OPAC XSLT files to use "Online resources" as the label in search results, instead of "Online access". This matches the label used in the detail page for a record. Test plan: 1. Search for perl in the staff interface and OPAC (or add to an existing record a URL to 856$u with 4 for the first indicator). 2. For any search result that displays the "Online access" label, view the detail page for the record. 3. Note that the detail page uses the label "Online resources". 4. Apply the patch and restart_all. 5. Repeat steps 1 and 2. 6. Note that the search result pages now show "Online resources" for the label, matching the detail page. Signed-off-by: David Nind Signed-off-by: Lucas Gass Signed-off-by: David Cook Signed-off-by: Katrin Fischer (cherry picked from commit 6c8ad081a610b6e6b9cdbd3fdd519a2ca4dce3a8) Signed-off-by: Fridolin Somers (cherry picked from commit c5f9158dca9804847ee7e74080e16e8d1ef41825) Signed-off-by: Lucas Gass --- .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl | 4 ++-- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index 5dbf57d1e7..1c0913abde 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -957,8 +957,8 @@ - - Online access: + + Online resources: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index 0c2b499049..8c761e79d6 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1196,7 +1196,7 @@
- Online access: + Online resources:
    -- 2.20.1