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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-2 / +10 lines)
Lines 1429-1435 Link Here
1429
    <xsl:choose>
1429
    <xsl:choose>
1430
        <xsl:when test="($OPACItemLocation='location' or $OPACItemLocation='ccode') and (count(key('item-by-status', 'available'))!=0 or count(key('item-by-status', 'reference'))!=0)">
1430
        <xsl:when test="($OPACItemLocation='location' or $OPACItemLocation='ccode') and (count(key('item-by-status', 'available'))!=0 or count(key('item-by-status', 'reference'))!=0)">
1431
            <span class="results_summary location">
1431
            <span class="results_summary location">
1432
                <span class="label">Location(s): </span>
1432
1433
                <xsl:choose>
1434
                    <xsl:when test="$OPACItemLocation='location'">
1435
                        <span class="label">Location(s): </span>
1436
                    </xsl:when>
1437
                    <xsl:when test="$OPACItemLocation='ccode'">
1438
                        <span class="label">Collection(s): </span>
1439
                    </xsl:when>
1440
                </xsl:choose>
1441
1433
                <xsl:choose>
1442
                <xsl:choose>
1434
                <xsl:when test="count(key('item-by-status', 'available'))>0">
1443
                <xsl:when test="count(key('item-by-status', 'available'))>0">
1435
                    <span class="available">
1444
                    <span class="available">
1436
- 

Return to bug 24352