View | Details | Raw Unified | Return to bug 16522
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl (-4 / +5 lines)
Lines 929-938 Link Here
929
    </span>
929
    </span>
930
    </xsl:if>
930
    </xsl:if>
931
931
932
    <xsl:call-template name="host-item-entries">
933
        <xsl:with-param name="UseControlNumber" select="$UseControlNumber"/>
934
    </xsl:call-template>
935
936
    <!-- Other Title  Statement: Alternate Graphic Representation (MARC 880) -->
932
    <!-- Other Title  Statement: Alternate Graphic Representation (MARC 880) -->
937
    <xsl:if test="$display880">
933
    <xsl:if test="$display880">
938
       <xsl:call-template name="m880Select">
934
       <xsl:call-template name="m880Select">
Lines 955-960 Link Here
955
            </xsl:for-each>
951
            </xsl:for-each>
956
	</span>
952
	</span>
957
    </xsl:if>
953
    </xsl:if>
954
955
    <xsl:call-template name="host-item-entries">
956
        <xsl:with-param name="UseControlNumber" select="$UseControlNumber"/>
957
    </xsl:call-template>
958
958
    <xsl:if test="marc:datafield[@tag=856]">
959
    <xsl:if test="marc:datafield[@tag=856]">
959
        <span class="results_summary online_access">
960
        <span class="results_summary online_access">
960
            <span class="label">Online access: </span>
961
            <span class="label">Online access: </span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-5 / +5 lines)
Lines 660-669 Link Here
660
	</div>
660
	</div>
661
    </xsl:if>
661
    </xsl:if>
662
662
663
    <xsl:call-template name="host-item-entries">
664
        <xsl:with-param name="UseControlNumber" select="$UseControlNumber"/>
665
    </xsl:call-template>
666
667
<xsl:if test="$DisplayOPACiconsXSLT!='0'">
663
<xsl:if test="$DisplayOPACiconsXSLT!='0'">
668
    <div class="results_summary type">
664
    <div class="results_summary type">
669
    <xsl:if test="$typeOf008!=''">
665
    <xsl:if test="$typeOf008!=''">
Lines 1148-1153 Link Here
1148
            </xsl:for-each>
1144
            </xsl:for-each>
1149
	</div>
1145
	</div>
1150
    </xsl:if>
1146
    </xsl:if>
1147
1148
    <xsl:call-template name="host-item-entries">
1149
        <xsl:with-param name="UseControlNumber" select="$UseControlNumber"/>
1150
    </xsl:call-template>
1151
1151
    <xsl:if test="marc:datafield[@tag=856]">
1152
    <xsl:if test="marc:datafield[@tag=856]">
1152
         <div class="results_summary online_resources">
1153
         <div class="results_summary online_resources">
1153
			   <span class="label">Online access: </span>
1154
			   <span class="label">Online access: </span>
1154
- 

Return to bug 16522