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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +2 lines)
Lines 473-479 Link Here
473
                    </xsl:call-template>
473
                    </xsl:call-template>
474
                   </xsl:with-param>
474
                   </xsl:with-param>
475
               </xsl:call-template>
475
               </xsl:call-template>
476
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
476
                <!-- #13386 added separator | -->
477
                <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose>
477
            </xsl:for-each>
478
            </xsl:for-each>
478
        </span>
479
        </span>
479
       </xsl:if>
480
       </xsl:if>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl (-1 / +2 lines)
Lines 879-885 Link Here
879
                    <xsl:call-template name="subfieldSelect">
879
                    <xsl:call-template name="subfieldSelect">
880
                        <xsl:with-param name="codes">ab</xsl:with-param>
880
                        <xsl:with-param name="codes">ab</xsl:with-param>
881
                    </xsl:call-template>
881
                    </xsl:call-template>
882
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
882
                <!-- #13386 added separator | -->
883
                <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose>
883
            </xsl:for-each>
884
            </xsl:for-each>
884
	</span>
885
	</span>
885
    </xsl:if>
886
    </xsl:if>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-1 / +2 lines)
Lines 513-519 Link Here
513
                   </xsl:with-param>
513
                   </xsl:with-param>
514
               </xsl:call-template>
514
               </xsl:call-template>
515
                </span>
515
                </span>
516
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
516
                <!-- #13386 added separator | -->
517
                <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose>
517
            </xsl:for-each>
518
            </xsl:for-each>
518
        </span>
519
        </span>
519
       </xsl:if>
520
       </xsl:if>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-2 / +2 lines)
Lines 982-988 Link Here
982
                    <xsl:call-template name="subfieldSelect">
982
                    <xsl:call-template name="subfieldSelect">
983
                        <xsl:with-param name="codes">ab</xsl:with-param>
983
                        <xsl:with-param name="codes">ab</xsl:with-param>
984
                    </xsl:call-template>
984
                    </xsl:call-template>
985
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
985
                <!-- #13386 added separator | -->
986
                <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose>
986
            </xsl:for-each>
987
            </xsl:for-each>
987
	</span>
988
	</span>
988
    </xsl:if>
989
    </xsl:if>
989
- 

Return to bug 13386