Summary: | Template change "Authors" to "Additional authors" in OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Templates | Assignee: | David Cook <dcook> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | chris, jonathan.druart, magnus, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 8764 - Template change "Authors" to "Additional authors" in OPAC
Bug 8764 - Template change "Authors" to "Additional authors" in OPAC |
Description
David Cook
2012-09-12 20:28:54 UTC
Created attachment 12179 [details] [review] Bug 8764 - Template change "Authors" to "Additional authors" in OPAC Super simple template change Created attachment 12211 [details] [review] Bug 8764 - Template change "Authors" to "Additional authors" in OPAC This patch simply changes "Authors" to "Additional authors" in the OPAC. This label describes authors that are added via the MARC 700 fields, which are added or additional authors. Signed-off-by: Magnus Enger <magnus@enger.priv.no> Works as advertised, and seems to make sense. Only affects the display when XSLT is not enabled. QA Comments: Simple string change in template, marked as Passed QA. This patch is probably "wrong" for UNIMARC, but patch pushed. Explanation: in UNIMARC, authors are stored in 7xx The 700 field contains the main authors, 701 and 702 additional physical/personal authors. (710, 711, 712 being for collective authors) however, the 200$f field also contain authors, in non authoritative form. That's why the opac-detail.pl displays 200$f as authors, and all 7xx authors in the MARCAUTHOR array (in authority form) So it's wrong to say "additional authors" however, for libraries that think it's a problem, they can always activate XSLT. So patch pushed Pushed to 3.8.x, will be in 3.8.6 |