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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-3 / +3 lines)
Lines 618-624 Link Here
618
        </span>
618
        </span>
619
                <xsl:variable name="f773">
619
                <xsl:variable name="f773">
620
                    <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
620
                    <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
621
                        <xsl:with-param name="codes">at</xsl:with-param>
621
                        <xsl:with-param name="codes">a_t</xsl:with-param>
622
                    </xsl:call-template></xsl:with-param></xsl:call-template>
622
                    </xsl:call-template></xsl:with-param></xsl:call-template>
623
                </xsl:variable>
623
                </xsl:variable>
624
            <xsl:choose>
624
            <xsl:choose>
Lines 744-750 Link Here
744
        <xsl:text> </xsl:text>
744
        <xsl:text> </xsl:text>
745
                <xsl:variable name="f780">
745
                <xsl:variable name="f780">
746
                    <xsl:call-template name="subfieldSelect">
746
                    <xsl:call-template name="subfieldSelect">
747
                        <xsl:with-param name="codes">at</xsl:with-param>
747
                        <xsl:with-param name="codes">a_t</xsl:with-param>
748
                    </xsl:call-template>
748
                    </xsl:call-template>
749
                </xsl:variable>
749
                </xsl:variable>
750
            <xsl:choose>
750
            <xsl:choose>
Lines 805-811 Link Here
805
        <xsl:text> </xsl:text>
805
        <xsl:text> </xsl:text>
806
                   <xsl:variable name="f785">
806
                   <xsl:variable name="f785">
807
                    <xsl:call-template name="subfieldSelect">
807
                    <xsl:call-template name="subfieldSelect">
808
                        <xsl:with-param name="codes">at</xsl:with-param>
808
                        <xsl:with-param name="codes">a_t</xsl:with-param>
809
                    </xsl:call-template>
809
                    </xsl:call-template>
810
                </xsl:variable>
810
                </xsl:variable>
811
811
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl (-1 / +1 lines)
Lines 223-229 Link Here
223
        </span>
223
        </span>
224
                <xsl:variable name="f773">
224
                <xsl:variable name="f773">
225
                    <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
225
                    <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
226
                        <xsl:with-param name="codes">at</xsl:with-param>
226
                        <xsl:with-param name="codes">a_t</xsl:with-param>
227
                    </xsl:call-template></xsl:with-param></xsl:call-template>
227
                    </xsl:call-template></xsl:with-param></xsl:call-template>
228
                </xsl:variable>
228
                </xsl:variable>
229
            <xsl:choose>
229
            <xsl:choose>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl (-1 / +1 lines)
Lines 418-424 Link Here
418
        </span>
418
        </span>
419
                <xsl:variable name="f773">
419
                <xsl:variable name="f773">
420
                    <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
420
                    <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
421
                        <xsl:with-param name="codes">at</xsl:with-param>
421
                        <xsl:with-param name="codes">a_t</xsl:with-param>
422
                    </xsl:call-template></xsl:with-param></xsl:call-template>
422
                    </xsl:call-template></xsl:with-param></xsl:call-template>
423
                </xsl:variable>
423
                </xsl:variable>
424
            <xsl:choose>
424
            <xsl:choose>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl (-2 / +2 lines)
Lines 417-423 Link Here
417
417
418
                <xsl:variable name="f780">
418
                <xsl:variable name="f780">
419
                    <xsl:call-template name="subfieldSelect">
419
                    <xsl:call-template name="subfieldSelect">
420
                        <xsl:with-param name="codes">at</xsl:with-param>
420
                        <xsl:with-param name="codes">a_t</xsl:with-param>
421
                    </xsl:call-template>
421
                    </xsl:call-template>
422
                </xsl:variable>
422
                </xsl:variable>
423
             <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
423
             <a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=<xsl:value-of select="translate($f780, '()', '')"/></xsl:attribute>
Lines 469-475 Link Here
469
        </xsl:choose>
469
        </xsl:choose>
470
                   <xsl:variable name="f785">
470
                   <xsl:variable name="f785">
471
                    <xsl:call-template name="subfieldSelect">
471
                    <xsl:call-template name="subfieldSelect">
472
                        <xsl:with-param name="codes">at</xsl:with-param>
472
                        <xsl:with-param name="codes">a_t</xsl:with-param>
473
                    </xsl:call-template>
473
                    </xsl:call-template>
474
                </xsl:variable>
474
                </xsl:variable>
475
475
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl (-1 / +1 lines)
Lines 243-249 Link Here
243
        </span>
243
        </span>
244
                <xsl:variable name="f773">
244
                <xsl:variable name="f773">
245
                    <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
245
                    <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
246
                        <xsl:with-param name="codes">at</xsl:with-param>
246
                        <xsl:with-param name="codes">a_t</xsl:with-param>
247
                    </xsl:call-template></xsl:with-param></xsl:call-template>
247
                    </xsl:call-template></xsl:with-param></xsl:call-template>
248
                </xsl:variable>
248
                </xsl:variable>
249
            <xsl:choose>
249
            <xsl:choose>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl (-2 / +1 lines)
Lines 409-415 Link Here
409
        </span>
409
        </span>
410
                <xsl:variable name="f773">
410
                <xsl:variable name="f773">
411
                    <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
411
                    <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
412
                        <xsl:with-param name="codes">at</xsl:with-param>
412
                        <xsl:with-param name="codes">a_t</xsl:with-param>
413
                    </xsl:call-template></xsl:with-param></xsl:call-template>
413
                    </xsl:call-template></xsl:with-param></xsl:call-template>
414
                </xsl:variable>
414
                </xsl:variable>
415
            <xsl:choose>
415
            <xsl:choose>
416
- 

Return to bug 10745