Bugzilla – Attachment 60733 Details for
Bug 16696
Rename "Publisher" to "Publication details" on detail and result lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16696: Rename 'Publisher' to 'Published' on detail and result lists
Bug-16696-Rename-Publisher-to-Published-on-detail-.patch (text/plain), 7.37 KB, created by
Marc Véron
on 2017-02-28 16:14:17 UTC
(
hide
)
Description:
Bug 16696: Rename 'Publisher' to 'Published' on detail and result lists
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-02-28 16:14:17 UTC
Size:
7.37 KB
patch
obsolete
>From 1a16fd058ffac13549051e6e32f67501bb5467c0 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 27 Feb 2017 20:35:27 +0000 >Subject: [PATCH] Bug 16696: Rename 'Publisher' to 'Published' on detail and > result lists >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1) Do a catalog search in staff client >2) Confirm 'Publisher' says 'Published' for each result in search >3) Click on a record to go to the detail page >4) Confirm 'Publisher' says 'Published' >5) Click the Items tab on the left >6) Confirm 'Publisher' says 'Published' >7) Do a search in the OPAC >8) Confirm 'Publisher' says 'Published' for each result in search >9) Click on a record to go to the detail page >10) Confirm 'Publisher' sas 'Published' > >Sponsored-by: Catalyst IT > >Followed test plan, works as expected >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl | 4 ++-- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 4 ++-- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 4 ++-- > 5 files changed, 9 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >index b04fd39..3541c08 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >@@ -42,7 +42,7 @@ > [% END %] > [% IF ( rentalcharge ) %]<li><span class="label">Rental charge:</span>[% rentalcharge %] </li>[% END %] > <li><span class="label">ISBN:</span> [% isbn | html %] </li> >- <li><span class="label">Publisher:</span>[% place %] [% publishercode |html %] [% publicationyear %] </li> >+ <li><span class="label">Published:</span>[% place %] [% publishercode |html %] [% publicationyear %] </li> > [% IF ( volumeddesc ) %]<li><span class="label">Volume:</span> [% volumeddesc %]</li>[% END %] > <li><span class="label">Physical details:</span> [% pages %] [% illus %] [% size %] </li> > [% IF ( bnotes ) %]<li><span class="label">Notes:</span> [% bnotes %]</li>[% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index 5ebecbf..b960a74 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -315,7 +315,7 @@ > <xsl:with-param name="basetags">260</xsl:with-param> > <xsl:with-param name="codes">abcg</xsl:with-param> > <xsl:with-param name="class">results_summary publisher</xsl:with-param> >- <xsl:with-param name="label">Publisher: </xsl:with-param> >+ <xsl:with-param name="label">Published: </xsl:with-param> > </xsl:call-template> > </xsl:if> > >@@ -327,7 +327,7 @@ > </xsl:call-template> > </xsl:when> > <xsl:when test="marc:datafield[@tag=260]"> >- <span class="results_summary publisher"><span class="label">Publisher: </span> >+ <span class="results_summary publisher"><span class="label">Published: </span> > <xsl:for-each select="marc:datafield[@tag=260]"> > <xsl:if test="marc:subfield[@code='a']"> > <xsl:call-template name="subfieldSelect"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >index 6185c2d..d78f51d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >@@ -830,7 +830,7 @@ > <xsl:with-param name="basetags">260</xsl:with-param> > <xsl:with-param name="codes">abcg</xsl:with-param> > <xsl:with-param name="class">results_summary</xsl:with-param> >- <xsl:with-param name="label">Publisher: </xsl:with-param> >+ <xsl:with-param name="label">Published: </xsl:with-param> > </xsl:call-template> > </xsl:if> > >@@ -840,7 +840,7 @@ > <xsl:call-template name="showRDAtag264"/> > </xsl:when> > <xsl:when test="marc:datafield[@tag=260]"> >- <span class="results_summary publisher"><span class="label">Publisher: </span> >+ <span class="results_summary publisher"><span class="label">Published: </span> > <xsl:for-each select="marc:datafield[@tag=260]"> > <xsl:if test="marc:subfield[@code='a']"> > <xsl:call-template name="subfieldSelect"> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 6bc54b1..1fb6274 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -332,7 +332,7 @@ > <xsl:with-param name="basetags">260</xsl:with-param> > <xsl:with-param name="codes">abcg</xsl:with-param> > <xsl:with-param name="class">results_summary publisher</xsl:with-param> >- <xsl:with-param name="label">Publisher: </xsl:with-param> >+ <xsl:with-param name="label">Published: </xsl:with-param> > </xsl:call-template> > </xsl:if> > >@@ -344,7 +344,7 @@ > </xsl:call-template> > </xsl:when> > <xsl:when test="marc:datafield[@tag=260]"> >- <span class="results_summary publisher"><span class="label">Publisher: </span> >+ <span class="results_summary publisher"><span class="label">Published: </span> > <xsl:for-each select="marc:datafield[@tag=260]"> > <span property="publisher" typeof="Organization"> > <xsl:if test="marc:subfield[@code='a']"> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >index 7349b81..2969801 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >@@ -975,7 +975,7 @@ > <xsl:with-param name="basetags">260</xsl:with-param> > <xsl:with-param name="codes">abcg</xsl:with-param> > <xsl:with-param name="class">results_summary publisher</xsl:with-param> >- <xsl:with-param name="label">Publisher: </xsl:with-param> >+ <xsl:with-param name="label">Published: </xsl:with-param> > </xsl:call-template> > </xsl:if> > >@@ -985,7 +985,7 @@ > <xsl:call-template name="showRDAtag264"/> > </xsl:when> > <xsl:when test="marc:datafield[@tag=260]"> >- <span class="results_summary publisher"><span class="label">Publisher: </span> >+ <span class="results_summary publisher"><span class="label">Published: </span> > <xsl:for-each select="marc:datafield[@tag=260]"> > <xsl:if test="marc:subfield[@code='a']"> > <xsl:call-template name="subfieldSelect"> >-- >2.1.4
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 16696
:
60722
|
60733
|
112545
|
112547
|
112696
|
113125