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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 665-671 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
665
                                <input type="checkbox" onclick="makeSubjectRequest()"
665
                                <input type="checkbox" onclick="makeSubjectRequest()"
666
                                    name="checkbox"
666
                                    name="checkbox"
667
                                    id="subject_[% subjectsloop.count %]_[% loop.count %]"
667
                                    id="subject_[% subjectsloop.count %]_[% loop.count %]"
668
                                    value="su,wrdl:[% SUBFIELD.value |url %]" />
668
                                    value="su,wrdl:[% '"' _ SUBFIELD.value _ '"' | url %]" />
669
                                <label for="subject_[% subjectsloop.count %]_[% loop.count %]">
669
                                <label for="subject_[% subjectsloop.count %]_[% loop.count %]">
670
                                    [% SUBFIELD.value %]
670
                                    [% SUBFIELD.value %]
671
                                </label>
671
                                </label>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 519-525 Link Here
519
                </xsl:attribute>
519
                </xsl:attribute>
520
            </xsl:when>
520
            </xsl:when>
521
            <xsl:otherwise>
521
            <xsl:otherwise>
522
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:<xsl:value-of select="$TracingQuotesLeft"/><xsl:value-of select="marc:subfield[@code='a']"/><xsl:value-of select="$TracingQuotesRight"/></xsl:attribute>
522
                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:<xsl:value-of select="$TracingQuotesLeft"/>"<xsl:value-of select="marc:subfield[@code='a']"/>"<xsl:value-of select="$TracingQuotesRight"/></xsl:attribute>
523
            </xsl:otherwise>
523
            </xsl:otherwise>
524
            </xsl:choose>
524
            </xsl:choose>
525
            <xsl:call-template name="chopPunctuation">
525
            <xsl:call-template name="chopPunctuation">
526
- 

Return to bug 9212