Bugzilla – Attachment 36946 Details for
Bug 13383
RDA: 100/110/111 changes to XSLT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
RDA: 100/110/111 changes to XSLT
0004-Updated-staff-and-opac-results-list-13383.patch (text/plain), 2.36 KB, created by
Winona Salesky
on 2015-03-17 13:26:08 UTC
(
hide
)
Description:
RDA: 100/110/111 changes to XSLT
Filename:
MIME Type:
Creator:
Winona Salesky
Created:
2015-03-17 13:26:08 UTC
Size:
2.36 KB
patch
obsolete
>From 2b314ae05febba8191c112228b8b0156d7b54b6c Mon Sep 17 00:00:00 2001 >From: Winona Salesky <wsalesky@gmail.com> >Date: Tue, 17 Mar 2015 09:19:51 -0400 >Subject: [PATCH 4/4] Updated staff and opac results list #13383 > >This patch updates the display of the authorized access point, ie author, XSLT display in the staff and OPAC. Full and brief displays. > >To test: > >* Search the opac >* Check author display in results listing >* Click title to check author display in full record display >* Make sure the fields display properly >* Repeat for a few more result sets >* Repeat in the Staff Client > > >--- > .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >index 2b02427..aed2fc9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >@@ -374,9 +374,6 @@ > <!-- #13383 added separator with span --> > <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> >- >- <xsl:choose> >- <xsl:when test="position()=last()"><xsl:text>. </xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> > </xsl:for-each> > > <xsl:for-each select="marc:datafield[(@tag=110 or @tag=710) and @ind1!='z']"> >@@ -420,7 +417,8 @@ > <xsl:when test="marc:subfield[@code='n']"> > <xsl:text> </xsl:text> > <xsl:call-template name="subfieldSelect"> >- <xsl:with-param name="codes">n</xsl:with-param> </xsl:call-template> >+ <xsl:with-param name="codes">n</xsl:with-param> >+ </xsl:call-template> > <xsl:text> </xsl:text> > </xsl:when> > </xsl:choose> >@@ -453,7 +451,6 @@ > <!-- #13383 added separator with span --> > <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> >- > </xsl:for-each> > </p> > </xsl:when> >-- >1.9.5 (Apple Git-50.3) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13383
:
36946
|
37214
|
37247
|
37281
|
37424
|
39878
|
39926
|
40940