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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl (+3 lines)
Lines 97-102 Link Here
97
                <xsl:when test="($check008-23 and $controlField008-23='a') or ($check008-29 and $controlField008-29='a')">
97
                <xsl:when test="($check008-23 and $controlField008-23='a') or ($check008-29 and $controlField008-29='a')">
98
                    microfilm
98
                    microfilm
99
                </xsl:when>
99
                </xsl:when>
100
                <xsl:when test="($controlField008-23='d' and ($typeOf008='BK' or $typeOf008='CR'))">
101
                    large print
102
                </xsl:when>
100
            </xsl:choose>
103
            </xsl:choose>
101
104
102
            <xsl:if test="marc:controlfield[@tag=007][substring(text(),1,1)='c'][substring(text(),2,1)='b']">
105
            <xsl:if test="marc:controlfield[@tag=007][substring(text(),1,1)='c'][substring(text(),2,1)='b']">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-1 / +3 lines)
Lines 107-112 Link Here
107
                <xsl:when test="($check008-23 and $controlField008-23='a') or ($check008-29 and $controlField008-29='a')">
107
                <xsl:when test="($check008-23 and $controlField008-23='a') or ($check008-29 and $controlField008-29='a')">
108
                    microfilm
108
                    microfilm
109
                </xsl:when>
109
                </xsl:when>
110
                <xsl:when test="($controlField008-23='d' and ($typeOf008='BK' or $typeOf008='CR'))">
111
                    large print
112
                </xsl:when>
110
            </xsl:choose>
113
            </xsl:choose>
111
<!--
114
<!--
112
            <xsl:if test="marc:datafield[@tag=130]/marc:subfield[@code='h']">
115
            <xsl:if test="marc:datafield[@tag=130]/marc:subfield[@code='h']">
113
- 

Return to bug 25224