Bugzilla – Attachment 192919 Details for
Bug 38096
Field 857 is not considered for display on XSLT files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38096: (QA follow-up): Fix URLLinkText
Bug-38096-QA-follow-up-Fix-URLLinkText.patch (text/plain), 3.74 KB, created by
Pedro Amorim
on 2026-02-10 18:13:29 UTC
(
hide
)
Description:
Bug 38096: (QA follow-up): Fix URLLinkText
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2026-02-10 18:13:29 UTC
Size:
3.74 KB
patch
obsolete
>From 5c78a5ec804b67d169f7c8d3ea9570008f18ee86 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Tue, 10 Feb 2026 18:07:25 +0000 >Subject: [PATCH] Bug 38096: (QA follow-up): Fix URLLinkText > >--- > .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 ++ > .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 1 + > 3 files changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index 2b0e7b16f81..53220b0c38a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -968,6 +968,7 @@ > <xsl:call-template name="renderMARCOnlineResourceField"> > <xsl:with-param name="MARCOnlineResourceField">856</xsl:with-param> > <xsl:with-param name="Show856uAsImage" select="$Show856uAsImage"></xsl:with-param> >+ <xsl:with-param name="URLLinkText" select="$URLLinkText"></xsl:with-param> > <xsl:with-param name="screen" select="'detail'"></xsl:with-param> > </xsl:call-template> > </span> >@@ -981,6 +982,7 @@ > <span class="label">Online archive resources: </span> > <xsl:call-template name="renderMARCOnlineResourceField"> > <xsl:with-param name="MARCOnlineResourceField">857</xsl:with-param> >+ <xsl:with-param name="URLLinkText" select="$URLLinkText"></xsl:with-param> > <xsl:with-param name="screen" select="'detail'"></xsl:with-param> > </xsl:call-template> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >index c59915bdb9f..b74c5a513ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >@@ -985,6 +985,7 @@ > <xsl:call-template name="renderMARCOnlineResourceField"> > <xsl:with-param name="MARCOnlineResourceField">856</xsl:with-param> > <xsl:with-param name="Show856uAsImage" select="$Show856uAsImage"></xsl:with-param> >+ <xsl:with-param name="URLLinkText" select="$URLLinkText"></xsl:with-param> > <xsl:with-param name="screen" select="'results'"></xsl:with-param> > </xsl:call-template> > </span> >@@ -998,6 +999,7 @@ > <span class="label">Online archive resources: </span> > <xsl:call-template name="renderMARCOnlineResourceField"> > <xsl:with-param name="MARCOnlineResourceField">857</xsl:with-param> >+ <xsl:with-param name="URLLinkText" select="$URLLinkText"></xsl:with-param> > <xsl:with-param name="screen" select="'results'"></xsl:with-param> > </xsl:call-template> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >index 8fd64811b6c..a6cd60c46a6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >@@ -733,6 +733,7 @@ > <xsl:template name="renderMARCOnlineResourceField"> > <xsl:param name="MARCOnlineResourceField" /> > <xsl:param name="Show856uAsImage" /> >+ <xsl:param name="URLLinkText" /> > <xsl:param name="screen" /> > <ul class="resource_list"> > <xsl:for-each >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38096
:
172466
|
172467
|
172468
|
172469
|
172470
|
172471
|
172532
|
172533
|
172534
|
172535
|
172536
|
192376
|
192377
|
192378
|
192379
|
192380
|
192381
|
192589
|
192590
|
192591
|
192592
|
192593
|
192594
|
192813
|
192814
|
192815
|
192816
|
192817
|
192818
|
192819
|
192906
|
192907
|
192908
|
192909
|
192910
|
192911
|
192919
|
192920
|
192921
|
192922
|
192966
|
193000