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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-3 / +3 lines)
Lines 444-456 Link Here
444
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=<xsl:call-template name="subfieldSelect">
444
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=<xsl:call-template name="subfieldSelect">
445
                        <xsl:with-param name="codes">abcdfgklmnopqrstvxyz</xsl:with-param>
445
                        <xsl:with-param name="codes">abcdfgklmnopqrstvxyz</xsl:with-param>
446
                        <xsl:with-param name="delimeter"> and </xsl:with-param>
446
                        <xsl:with-param name="delimeter"> and </xsl:with-param>
447
                        <xsl:with-param name="prefix">(su<xsl:value-of select="$SubjectModifier"/>:"</xsl:with-param>
447
                        <xsl:with-param name="prefix">(su<xsl:value-of select="$SubjectModifier"/>:{</xsl:with-param>
448
                        <xsl:with-param name="suffix">")</xsl:with-param>
448
                        <xsl:with-param name="suffix">})</xsl:with-param>
449
                    </xsl:call-template>
449
                    </xsl:call-template>
450
                </xsl:attribute>
450
                </xsl:attribute>
451
            </xsl:when>
451
            </xsl:when>
452
            <xsl:otherwise>
452
            <xsl:otherwise>
453
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
453
                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:{<xsl:value-of select="marc:subfield[@code='a']"/>}</xsl:attribute>
454
            </xsl:otherwise>
454
            </xsl:otherwise>
455
            </xsl:choose>
455
            </xsl:choose>
456
            <xsl:call-template name="chopPunctuation">
456
            <xsl:call-template name="chopPunctuation">
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-4 / +3 lines)
Lines 501-513 Link Here
501
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:call-template name="subfieldSelect">
501
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:call-template name="subfieldSelect">
502
                        <xsl:with-param name="codes">abcdfgklmnopqrstvxyz</xsl:with-param>
502
                        <xsl:with-param name="codes">abcdfgklmnopqrstvxyz</xsl:with-param>
503
                        <xsl:with-param name="delimeter"> and </xsl:with-param>
503
                        <xsl:with-param name="delimeter"> and </xsl:with-param>
504
                        <xsl:with-param name="prefix">(su<xsl:value-of select="$SubjectModifier"/>:"</xsl:with-param>
504
                        <xsl:with-param name="prefix">(su<xsl:value-of select="$SubjectModifier"/>:{</xsl:with-param>
505
                        <xsl:with-param name="suffix">")</xsl:with-param>
505
                        <xsl:with-param name="suffix">})</xsl:with-param>
506
                    </xsl:call-template>
506
                    </xsl:call-template>
507
                </xsl:attribute>
507
                </xsl:attribute>
508
            </xsl:when>
508
            </xsl:when>
509
            <xsl:otherwise>
509
            <xsl:otherwise>
510
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
510
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:{<xsl:value-of select="marc:subfield[@code='a']"/>}</xsl:attribute>
511
            </xsl:otherwise>
511
            </xsl:otherwise>
512
            </xsl:choose>
512
            </xsl:choose>
513
            <xsl:call-template name="chopPunctuation">
513
            <xsl:call-template name="chopPunctuation">
514
- 

Return to bug 4276