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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-4 lines)
Lines 490-502 Link Here
490
			    </xsl:call-template>
490
			    </xsl:call-template>
491
                    </xsl:if>
491
                    </xsl:if>
492
                       <xsl:text> </xsl:text>
492
                       <xsl:text> </xsl:text>
493
                    <xsl:call-template name="chopPunctuation">
494
                        <xsl:with-param name="chopString">
495
                            <xsl:call-template name="subfieldSelect">
493
                            <xsl:call-template name="subfieldSelect">
496
                                <xsl:with-param name="codes">abhfgnp</xsl:with-param>
494
                                <xsl:with-param name="codes">abhfgnp</xsl:with-param>
497
                            </xsl:call-template>
495
                            </xsl:call-template>
498
                        </xsl:with-param>
499
                    </xsl:call-template>
500
                    <xsl:if test="@ind1=1 and not(marc:subfield[@code='i'])">
496
                    <xsl:if test="@ind1=1 and not(marc:subfield[@code='i'])">
501
                        <xsl:choose>
497
                        <xsl:choose>
502
                            <xsl:when test="@ind2=0"> [Portion of title]</xsl:when>
498
                            <xsl:when test="@ind2=0"> [Portion of title]</xsl:when>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-13 / +8 lines)
Lines 583-600 Link Here
583
                    <xsl:for-each select="marc:datafield[@tag=246]">
583
                    <xsl:for-each select="marc:datafield[@tag=246]">
584
                        <li>
584
                        <li>
585
                            <span property="alternateName">
585
                            <span property="alternateName">
586
                                <xsl:call-template name="chopPunctuation">
586
                                <xsl:if test="marc:subfield[@code='i']">
587
                                    <xsl:with-param name="chopString">
587
                                    <xsl:call-template name="subfieldSelect">
588
                                        <xsl:if test="marc:subfield[@code='i']">
588
                                        <xsl:with-param name="codes">i</xsl:with-param>
589
                                            <xsl:call-template name="subfieldSelect">
589
                                    </xsl:call-template>
590
                                                <xsl:with-param name="codes">i</xsl:with-param>
590
                                </xsl:if>
591
                                            </xsl:call-template>
591
                                <xsl:text> </xsl:text>
592
                                        </xsl:if>
592
                                <xsl:call-template name="subfieldSelect">
593
                                        <xsl:text> </xsl:text>
593
                                    <xsl:with-param name="codes">abhfgnp</xsl:with-param>
594
                                        <xsl:call-template name="subfieldSelect">
595
                                            <xsl:with-param name="codes">abhfgnp</xsl:with-param>
596
                                        </xsl:call-template>
597
                                    </xsl:with-param>
598
                                </xsl:call-template>
594
                                </xsl:call-template>
599
                                <xsl:if test="@ind1=1 and not(marc:subfield[@code='i'])">
595
                                <xsl:if test="@ind1=1 and not(marc:subfield[@code='i'])">
600
                                    <xsl:choose>
596
                                    <xsl:choose>
601
- 

Return to bug 35036