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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-2 / +1 lines)
Lines 1291-1297 Link Here
1291
                                       <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber and $OPACItemLocation='callnum'">
1291
                                       <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber and $OPACItemLocation='callnum'">
1292
                                           <span class="CallNumberAndLabel">
1292
                                           <span class="CallNumberAndLabel">
1293
                                                <span class="LabelCallNumber">Call number: </span>
1293
                                                <span class="LabelCallNumber">Call number: </span>
1294
                                                <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/><xsl:if test="count(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch)))>1"><xsl:text>, ..</xsl:text></xsl:if></span>
1294
                                                <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/><xsl:if test="count(key('item-by-status-and-branch-holding', concat(items:status, ' ', items:holdingbranch)))>1"><xsl:text>, ..</xsl:text></xsl:if></span>
1295
                                           </span>
1295
                                           </span>
1296
                                       </xsl:if>
1296
                                       </xsl:if>
1297
                                       <xsl:choose>
1297
                                       <xsl:choose>
1298
- 

Return to bug 21260