From: David Cook Date: Wed, 12 Sep 2012 20:31:41 +0000 (+1000) Subject: Bug 8764 - Template change "Authors" to "Additional authors" in OPAC X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=b592d340af8b38f3a420095226b8117085e66574 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 Works as advertised, and seems to make sense. Only affects the display when XSLT is not enabled. Signed-off-by: Paul Poulain --- diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt index 8e41ccfe15..be300b168c 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ -359,7 +359,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () { [% IF ( MARCAUTHORS ) %] - Authors: + Additional authors: [% FOREACH MARCAUTHOR IN MARCAUTHORS %] [% FOREACH MARCAUTHOR_SUBFIELDS_LOO IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %][% MARCAUTHOR_SUBFIELDS_LOO.separator %][% MARCAUTHOR_SUBFIELDS_LOO.value %][% END %] [% UNLESS ( loop.last ) %]|