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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
Lines 193-199 Link Here
193
            <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
193
            <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
194
        </xsl:for-each>
194
        </xsl:for-each>
195
195
196
        <xsl:for-each select="marc:datafield[@tag=490][@ind1=0]">
196
        <xsl:for-each select="marc:datafield[@tag=490]">
197
             <a href="/cgi-bin/koha/catalogue/search.pl?q=se:{marc:subfield[@code='a']}">
197
             <a href="/cgi-bin/koha/catalogue/search.pl?q=se:{marc:subfield[@code='a']}">
198
                        <xsl:call-template name="chopPunctuation">
198
                        <xsl:call-template name="chopPunctuation">
199
                            <xsl:with-param name="chopString">
199
                            <xsl:with-param name="chopString">
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 213-219 Link Here
213
            <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
213
            <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
214
        </xsl:for-each>
214
        </xsl:for-each>
215
215
216
        <xsl:for-each select="marc:datafield[@tag=490][@ind1=0]">
216
        <xsl:for-each select="marc:datafield[@tag=490]">
217
             <a href="/cgi-bin/koha/opac-search.pl?q=se:{marc:subfield[@code='a']}">
217
             <a href="/cgi-bin/koha/opac-search.pl?q=se:{marc:subfield[@code='a']}">
218
                        <xsl:call-template name="chopPunctuation">
218
                        <xsl:call-template name="chopPunctuation">
219
                            <xsl:with-param name="chopString">
219
                            <xsl:with-param name="chopString">
220
- 

Return to bug 2704