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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (+5 lines)
Lines 90-95 Link Here
90
            </xsl:choose>
90
            </xsl:choose>
91
        </xsl:variable>
91
        </xsl:variable>
92
92
93
        <!-- Indicate if record is suppressed in OPAC -->
94
        <xsl:if test="marc:datafield[@tag=942][marc:subfield[@code='n'] = '1']">
95
            <span class="results_summary suppressed_opac"><xsl:value-of select="concat('#',marc:datafield[@tag=999]/marc:subfield[@code='c'])"/> - Suppressed in OPAC</span>    
96
        </xsl:if>
97
        
93
        <!-- Title Statement -->
98
        <!-- Title Statement -->
94
        <!-- Alternate Graphic Representation (MARC 880) -->
99
        <!-- Alternate Graphic Representation (MARC 880) -->
95
        <xsl:if test="$display880">
100
        <xsl:if test="$display880">
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl (-1 / +5 lines)
Lines 281-286 Link Here
281
-->
281
-->
282
        </xsl:variable>
282
        </xsl:variable>
283
283
284
        <!-- Indicate if record is suppressed in OPAC -->
285
        <xsl:if test="marc:datafield[@tag=942][marc:subfield[@code='n'] = '1']">
286
            <span class="results_summary suppressed_opac"><xsl:value-of select="concat('#',marc:datafield[@tag=999]/marc:subfield[@code='c'])"/> - Suppressed in OPAC</span>    
287
        </xsl:if>
288
        
284
        <!-- Title Statement: Alternate Graphic Representation (MARC 880) -->
289
        <!-- Title Statement: Alternate Graphic Representation (MARC 880) -->
285
        <xsl:if test="$display880">
290
        <xsl:if test="$display880">
286
           <xsl:call-template name="m880Select">
291
           <xsl:call-template name="m880Select">
287
- 

Return to bug 14377