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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (+4 lines)
Lines 2706-2711 ul.ui-tabs-nav li { Link Here
2706
    display: inline-block;
2706
    display: inline-block;
2707
}
2707
}
2708
2708
2709
.authlink {
2710
    padding-left: 0.25em;
2711
}
2712
2709
/* jQuery UI Datepicker */
2713
/* jQuery UI Datepicker */
2710
.ui-datepicker table {width: 100%; font-size: .9em; border : 0; border-collapse: collapse; margin:0 0 .4em; }
2714
.ui-datepicker table {width: 100%; font-size: .9em; border : 0; border-collapse: collapse; margin:0 0 .4em; }
2711
.ui-datepicker th { background : transparent none; padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
2715
.ui-datepicker th { background : transparent none; padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (+12 lines)
Lines 505-510 Link Here
505
                </xsl:with-param>
505
                </xsl:with-param>
506
            </xsl:call-template>
506
            </xsl:call-template>
507
            </a>
507
            </a>
508
            <xsl:if test="marc:subfield[@code=9]">
509
                <a class='authlink'>
510
                    <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
511
                    <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
512
                </a>
513
            </xsl:if>
508
            <xsl:choose>
514
            <xsl:choose>
509
            <xsl:when test="position()=last()"></xsl:when>
515
            <xsl:when test="position()=last()"></xsl:when>
510
            <xsl:otherwise> | </xsl:otherwise>
516
            <xsl:otherwise> | </xsl:otherwise>
Lines 912-917 Link Here
912
                    <xsl:text>]</xsl:text>
918
                    <xsl:text>]</xsl:text>
913
                </xsl:if>
919
                </xsl:if>
914
            </a>
920
            </a>
921
            <xsl:if test="marc:subfield[@code=9]">
922
                <a class='authlink'>
923
                    <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
924
                    <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
925
                </a>
926
            </xsl:if>
915
        </xsl:for-each>
927
        </xsl:for-each>
916
        <xsl:text>.</xsl:text>
928
        <xsl:text>.</xsl:text>
917
    </xsl:template>
929
    </xsl:template>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl (-1 / +24 lines)
Lines 119-124 Link Here
119
            </xsl:otherwise>
119
            </xsl:otherwise>
120
        </xsl:choose>
120
        </xsl:choose>
121
        <xsl:call-template name="nameABCDQ"/></a>
121
        <xsl:call-template name="nameABCDQ"/></a>
122
        <xsl:if test="marc:subfield[@code=9]">
123
            <a class='authlink'>
124
                <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
125
                <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
126
            </a>
127
        </xsl:if>
122
        <xsl:choose>
128
        <xsl:choose>
123
        <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
129
        <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
124
        </xsl:for-each>
130
        </xsl:for-each>
Lines 134-139 Link Here
134
            </xsl:otherwise>
140
            </xsl:otherwise>
135
        </xsl:choose>
141
        </xsl:choose>
136
        <xsl:call-template name="nameABCDN"/></a>
142
        <xsl:call-template name="nameABCDN"/></a>
143
        <xsl:if test="marc:subfield[@code=9]">
144
            <a class='authlink'>
145
                <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
146
                <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
147
            </a>
148
        </xsl:if>
137
        <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
149
        <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
138
        </xsl:for-each>
150
        </xsl:for-each>
139
151
Lines 148-153 Link Here
148
            </xsl:otherwise>
160
            </xsl:otherwise>
149
        </xsl:choose>
161
        </xsl:choose>
150
        <xsl:call-template name="nameACDEQ"/></a>
162
        <xsl:call-template name="nameACDEQ"/></a>
163
        <xsl:if test="marc:subfield[@code=9]">
164
            <a class='authlink'>
165
                <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
166
                <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
167
            </a>
168
        </xsl:if>
151
        <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
169
        <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
152
170
153
        </xsl:for-each>
171
        </xsl:for-each>
Lines 345-350 Link Here
345
                </xsl:with-param>
363
                </xsl:with-param>
346
            </xsl:call-template>
364
            </xsl:call-template>
347
            </a>
365
            </a>
366
            <xsl:if test="marc:subfield[@code=9]">
367
                <a class='authlink'>
368
                    <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
369
                    <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
370
                </a>
371
            </xsl:if>
348
            <xsl:choose>
372
            <xsl:choose>
349
            <xsl:when test="position()=last()"></xsl:when>
373
            <xsl:when test="position()=last()"></xsl:when>
350
            <xsl:otherwise> | </xsl:otherwise>
374
            <xsl:otherwise> | </xsl:otherwise>
351
- 

Return to bug 8210