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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-11 lines)
Lines 1851-1866 Link Here
1851
            <ul class="resource_list">
1851
            <ul class="resource_list">
1852
            <xsl:for-each select="$authorfield">
1852
            <xsl:for-each select="$authorfield">
1853
            <li>
1853
            <li>
1854
            <xsl:choose>
1855
                <xsl:when test="not(@tag=111) or @tag=700 or @tag=710 or @tag=711"/>
1856
                <xsl:when test="marc:subfield[@code='n']">
1857
                    <xsl:text> </xsl:text>
1858
                    <xsl:call-template name="subfieldSelect">
1859
                        <xsl:with-param name="codes">n</xsl:with-param>
1860
                    </xsl:call-template>
1861
                    <xsl:text> </xsl:text>
1862
                </xsl:when>
1863
            </xsl:choose>
1864
            <a>
1854
            <a>
1865
                <xsl:choose>
1855
                <xsl:choose>
1866
                    <xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'">
1856
                    <xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'">
1867
- 

Return to bug 39500