From 7f450fc48cbe87903d109ff2a7117b610782b270 Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Tue, 16 Oct 2012 11:59:55 -0400 Subject: [PATCH] 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 --- templates_tadlskin/opac/parts/record/authors.tt2 | 2 +- templates_tadlskin/opac/parts/record/summary.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %] -- 2.11.0