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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2023-01-20 16:29:49 +01:00 committed by Tomas Cohen Arazi
parent 5e226c1a63
commit 64d3612dd9
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
2 changed files with 10 additions and 8 deletions

View file

@ -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>

View file

@ -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>