From e1e63f8447ad5296b6da2a289b7dfd4a847b94d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazl=C4=B1=20=C3=87etin?= Date: Tue, 27 Nov 2018 14:15:33 +0000 Subject: [PATCH] Bug 21887: 856 link problem in XSLT result lists and detail page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nazlı Çetin Signed-off-by: Liz Rea Signed-off-by: Chris Cormack --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 75 ++++++++++++-------- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 82 +++++++++++++--------- 2 files changed, 95 insertions(+), 62 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 2f9f8548bb..a4d97a08b5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -866,40 +866,57 @@ - + Online resources: - - - - - 100 - - - - y3z - - - - - - - - - Click here to access online - - - - - - - - | - + + + + + + + :// + + + ftp:// + + + http:// + + + + + + + + 100 + + + + y3z + + + + + + + + + Click here to access online + + + + + + + + | + - + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index 1a64983a33..d4c33f1f3d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -944,40 +944,56 @@ - - Online access: - - - - - - 100 - - - - y3z - - - - - - - - - Click here to access online - - - - - - - - | - - - + + Online access: + + + + + + + + :// + + + ftp:// + + + http:// + + - + + + + + 100 + + + + y3z + + + + + + + + + Click here to access online + + + + + + + + | + + + + + -- 2.11.0