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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-13 / +10 lines)
Lines 1714-1736 Link Here
1714
            </xsl:if>
1714
            </xsl:if>
1715
        </a>
1715
        </a>
1716
        <xsl:if test="marc:subfield[@code=9]">                                         
1716
        <xsl:if test="marc:subfield[@code=9]">                                         
1717
        <xsl:text> </xsl:text>                                                         
1717
                <xsl:text> </xsl:text>                                                         
1718
         <a class='authlink'>                                                           
1718
                <a class='authlink'>                                                           
1719
         <xsl:attribute name="href">/cgi-bin/koha/authorities/detail.pl?authid=<xsl:value-of select="str:encode-uri(marc:subfield[@code=9], true())"/></xsl:attribute>
1719
                    <xsl:attribute name="href">/cgi-bin/koha/authorities/detail.pl?authid=<xsl:value-of select="str:encode-uri(marc:subfield[@code=9], true())"/></xsl:attribute>
1720
         <xsl:element name="img">                                                       
1720
                    <xsl:element name="i">
1721
         <xsl:attribute name="src">/intranet-tmpl/prog/img/filefind.png</xsl:attribute> 
1721
                        <xsl:attribute name="class">fa fa-search</xsl:attribute>
1722
         <xsl:attribute name="alt"></xsl:attribute>                                     
1722
                        <xsl:attribute name="aria-label">View authority record</xsl:attribute>
1723
         <xsl:attribute name="height">15</xsl:attribute>                                
1723
                    </xsl:element>                                                   
1724
         <xsl:attribute name="width">15</xsl:attribute>                                 
1724
                </a>                                                                           
1725
         </xsl:element>                                                                 
1726
         </a>                                                                           
1727
        </xsl:if> 
1725
        </xsl:if> 
1728
        <xsl:choose>
1726
        <xsl:choose>
1729
            <xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise>
1727
          <xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise>
1730
        </xsl:choose>
1728
        </xsl:choose>
1731
        </xsl:for-each>
1729
        </xsl:for-each>
1732
        </h5>
1730
        </h5>
1733
	</xsl:if>
1731
    	</xsl:if>
1734
    </xsl:template>
1732
    </xsl:template>
1735
1733
1736
    <!-- #1807 Strip unwanted parenthesis from subjects for searching -->
1734
    <!-- #1807 Strip unwanted parenthesis from subjects for searching -->
1737
- 

Return to bug 20362