From 5a1f42e793498987d92d18a58a91b54d82e3bcb9 Mon Sep 17 00:00:00 2001 From: Grace McKenzie Date: Wed, 18 Jan 2017 22:55:48 +0000 Subject: [PATCH] Bug 17853: Don't remove () from 780 link text To test: - Catalogue a record with 780, Indicators 00 and $a some text including parentheses. e.g. Hospitals (Chicago, Ill. : 1936) - Verify that the () are not shown in the link text and are not part of the URL. - Apply patch - Verify that the () are shown in the link text and are not part of the URL. Signed-off-by: Felix Hemme Signed-off-by: Nick Clemens Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer Signed-off-by: David Nind Bug 17853: Don't remove () from 785 link text and restore link value of 780 The only thing we change for 780 and 785 is, that if the display text contains (), they are no longer removed. To test: - Catalogue a record with 785$a some text (including) parenthesis e.g. Hospitals (Chicago, Ill. : 1936) - Verify that the () are not shown in the link text and are not part of the URL. - Apply patch - Verify that the () are shown in the link text and are not part of the URL. Signed-off-by: Katrin Fischer Signed-off-by: David Nind Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 8 ++++---- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index cd3a060472..31c094de00 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1264,12 +1264,12 @@ /cgi-bin/koha/catalogue/search.pl?q=Control-number: - + /cgi-bin/koha/catalogue/search.pl?q=ti,phr: - + @@ -1326,12 +1326,12 @@ /cgi-bin/koha/catalogue/search.pl?q=Control-number: - + /cgi-bin/koha/catalogue/search.pl?q=ti,phr: - + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 21709f34d1..656c56bc30 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1375,12 +1375,12 @@ /cgi-bin/koha/opac-search.pl?q=Control-number: - + /cgi-bin/koha/opac-search.pl?q=ti,phr: - + @@ -1438,12 +1438,12 @@ /cgi-bin/koha/opac-search.pl?q=Control-number: - + /cgi-bin/koha/opac-search.pl?q=ti,phr: - + -- 2.20.1