From: William Rockwood Date: Tue, 16 Oct 2012 15:59:55 +0000 (-0400) Subject: non-extended title and added author->added entry verbiage X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7f450fc48cbe87903d109ff2a7117b610782b270;p=evergreen%2Ftadl.git non-extended title and added author->added entry verbiage - changed attrs.title_extended to attrs.title - changed 'Added Author' to 'Added Entry' so it's more consistently correct Signed-off-by: William Rockwood --- diff --git a/templates_tadlskin/opac/parts/record/authors.tt2 b/templates_tadlskin/opac/parts/record/authors.tt2 index 4a0419cfdf..e0e632fe0b 100644 --- a/templates_tadlskin/opac/parts/record/authors.tt2 +++ b/templates_tadlskin/opac/parts/record/authors.tt2 @@ -7,7 +7,7 @@ authors = [ xpath => '//*[@tag="100"]|//*[@tag="110"]|//*[@tag="111"]' }, { type => 'added', - label => l('Added Author'), + label => l('Added Entry'), xpath => '//*[@tag="700"]|//*[@tag="710"]|//*[@tag="711"]' }, { type => 'credits', diff --git a/templates_tadlskin/opac/parts/record/summary.tt2 b/templates_tadlskin/opac/parts/record/summary.tt2 index ddb8656a2d..f1eea4fe92 100644 --- a/templates_tadlskin/opac/parts/record/summary.tt2 +++ b/templates_tadlskin/opac/parts/record/summary.tt2 @@ -69,7 +69,7 @@ [% attrs.format_label %] [%- END %] -

[% attrs.title_extended | html %]

+

[% attrs.title | html %]

[%- INCLUDE "opac/parts/record/authors.tt2" %]
[%- FOREACH summary IN args.summaries %]