Bugzilla – Attachment 145528 Details for
Bug 16522
Add 773 (Host item entry) to the cart and list displays and e-mails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16522: Move 773 entries in result lists before 856 entries
Bug-16522-Move-773-entries-in-result-lists-before-.patch (text/plain), 2.82 KB, created by
Katrin Fischer
on 2023-01-20 15:38:26 UTC
(
hide
)
Description:
Bug 16522: Move 773 entries in result lists before 856 entries
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-01-20 15:38:26 UTC
Size:
2.82 KB
patch
obsolete
>From 348b66128cedffbcf8c2f1c6117185f8eed17685 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 20 Jan 2023 16:29:49 +0100 >Subject: [PATCH] Bug 16522: Move 773 entries in result lists before 856 > entries > >This moves the display of 773 In: displays to right before the >856 Online resource: as suggested by Heather in order to make it >more consistent with the display in the detail pages. > >Everything should be unchanged, but the position of the >In: line :) > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > .../prog/en/xslt/MARC21slim2intranetResults.xsl | 9 +++++---- > .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 9 +++++---- > 2 files changed, 10 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >index bc3a0ed760..fa94894870 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >@@ -929,10 +929,6 @@ > </span> > </xsl:if> > >- <xsl:call-template name="host-item-entries"> >- <xsl:with-param name="UseControlNumber" select="$UseControlNumber"/> >- </xsl:call-template> >- > <!-- Other Title Statement: Alternate Graphic Representation (MARC 880) --> > <xsl:if test="$display880"> > <xsl:call-template name="m880Select"> >@@ -955,6 +951,11 @@ > </xsl:for-each> > </span> > </xsl:if> >+ >+ <xsl:call-template name="host-item-entries"> >+ <xsl:with-param name="UseControlNumber" select="$UseControlNumber"/> >+ </xsl:call-template> >+ > <xsl:if test="marc:datafield[@tag=856]"> > <span class="results_summary online_access"> > <span class="label">Online access: </span> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >index 23b04636ae..53c5be864b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >@@ -660,10 +660,6 @@ > </div> > </xsl:if> > >- <xsl:call-template name="host-item-entries"> >- <xsl:with-param name="UseControlNumber" select="$UseControlNumber"/> >- </xsl:call-template> >- > <xsl:if test="$DisplayOPACiconsXSLT!='0'"> > <div class="results_summary type"> > <xsl:if test="$typeOf008!=''"> >@@ -1148,6 +1144,11 @@ > </xsl:for-each> > </div> > </xsl:if> >+ >+ <xsl:call-template name="host-item-entries"> >+ <xsl:with-param name="UseControlNumber" select="$UseControlNumber"/> >+ </xsl:call-template> >+ > <xsl:if test="marc:datafield[@tag=856]"> > <div class="results_summary online_resources"> > <span class="label">Online access: </span> >-- >2.30.2
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 16522
:
114178
|
114429
|
120425
|
130250
|
133509
|
135416
|
137196
|
137197
|
139168
|
139169
|
139846
|
139847
|
139848
|
141058
|
141059
|
141060
|
141061
|
141062
|
141063
|
142036
|
142037
|
142038
|
142039
|
142040
|
142041
|
142042
|
142843
|
144455
|
144456
|
145047
|
145521
|
145522
|
145523
|
145524
|
145525
|
145526
|
145527
| 145528