non-extended title and added author->added entry verbiage
authorWilliam Rockwood <wrockwood@tadl.org>
Tue, 16 Oct 2012 15:59:55 +0000 (11:59 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Tue, 16 Oct 2012 15:59:55 +0000 (11:59 -0400)
- changed attrs.title_extended to attrs.title
- changed 'Added Author' to 'Added Entry' so it's more consistently correct

Signed-off-by: William Rockwood <wrockwood@tadl.org>
templates_tadlskin/opac/parts/record/authors.tt2
templates_tadlskin/opac/parts/record/summary.tt2

index 4a0419c..e0e632f 100644 (file)
@@ -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', 
index ddb8656..f1eea4f 100644 (file)
@@ -69,7 +69,7 @@
             <img alt="[% attrs.format_label %]" title="[% attrs.format_label | html %]" src="[% attrs.format_icon %]" />
         </div>
         [%- END %]
-        <h1 id='rdetail_title' itemprop="name">[% attrs.title_extended | html %]</h1>
+        <h1 id='rdetail_title' itemprop="name">[% attrs.title | html %]</h1>
         [%- INCLUDE "opac/parts/record/authors.tt2" %]
        <div id='rdetail_summary_from_rec'>
        [%- FOREACH summary IN args.summaries %]