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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-2 / +1 lines)
Lines 1510-1516 Link Here
1510
                    <span class="CallNumberAndLabel">
1510
                    <span class="CallNumberAndLabel">
1511
                    <span class="LabelCallNumber">
1511
                    <span class="LabelCallNumber">
1512
                        <xsl:if test="$OPACItemLocation='callnum'">Call number: </xsl:if>
1512
                        <xsl:if test="$OPACItemLocation='callnum'">Call number: </xsl:if>
1513
                        <xsl:if test="$OPACItemLocation='ccode'">Collection code, call number: </xsl:if>
1513
                        <xsl:if test="$OPACItemLocation='ccode'">Collection, call number: </xsl:if>
1514
                        <xsl:if test="$OPACItemLocation='location'">Location, call number: </xsl:if>
1514
                        <xsl:if test="$OPACItemLocation='location'">Location, call number: </xsl:if>
1515
                    </span>
1515
                    </span>
1516
                    <span class="CallNumber">
1516
                    <span class="CallNumber">
1517
- 

Return to bug 29481