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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
Lines 222-228 Link Here
222
                    </xsl:when>
222
                    </xsl:when>
223
                    <xsl:otherwise>
223
                    <xsl:otherwise>
224
                        <xsl:variable name="title_query">
224
                        <xsl:variable name="title_query">
225
                            <xsl:text>Host-item:(</xsl:text>
225
                            <xsl:value-of select="'Host-item:('"/>
226
                            <xsl:call-template name="quote_search_term">
226
                            <xsl:call-template name="quote_search_term">
227
                                <xsl:with-param name="term"><xsl:value-of select="marc:datafield[@tag=245]/marc:subfield[@code='a']"/></xsl:with-param>
227
                                <xsl:with-param name="term"><xsl:value-of select="marc:datafield[@tag=245]/marc:subfield[@code='a']"/></xsl:with-param>
228
                            </xsl:call-template>
228
                            </xsl:call-template>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 264-270 Link Here
264
                    </xsl:when>
264
                    </xsl:when>
265
                    <xsl:otherwise>
265
                    <xsl:otherwise>
266
                        <xsl:variable name="title_query">
266
                        <xsl:variable name="title_query">
267
                            <xsl:text>Host-item:(</xsl:text>
267
                            <xsl:value-of select="'Host-item:('"/>
268
                            <xsl:call-template name="quote_search_term">
268
                            <xsl:call-template name="quote_search_term">
269
                                <xsl:with-param name="term"><xsl:value-of select="marc:datafield[@tag=245]/marc:subfield[@code='a']"/></xsl:with-param>
269
                                <xsl:with-param name="term"><xsl:value-of select="marc:datafield[@tag=245]/marc:subfield[@code='a']"/></xsl:with-param>
270
                            </xsl:call-template>
270
                            </xsl:call-template>
271
- 

Return to bug 35567