From 9c85acf6a5fc8e9339c8fc7a608cfce00ef3538f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 10 Aug 2011 15:26:53 -0400 Subject: [PATCH] TTpac: show full 245 for title on record details page Signed-off-by: Bill Erickson --- Open-ILS/web/templates/default/opac/parts/misc_util.tt2 | 1 + Open-ILS/web/templates/default/opac/parts/record/summary.tt2 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/templates/default/opac/parts/misc_util.tt2 b/Open-ILS/web/templates/default/opac/parts/misc_util.tt2 index 03382def42..3b66ec8ce7 100644 --- a/Open-ILS/web/templates/default/opac/parts/misc_util.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/misc_util.tt2 @@ -12,6 +12,7 @@ args.upc = xml.findnodes('//*[@tag="024"]/*[@code="a"]').textContent; args.issn = xml.findnodes('//*[@tag="022"]/*[@code="a"]').textContent; args.title = xml.findnodes('//*[@tag="245"]/*[@code="a"]').textContent; + args.title_extended = xml.findnodes('//*[@tag="245"]').textContent; args.author = xml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent; args.publisher = xml.findnodes('//*[@tag="260"]/*[@code="b"]').textContent; args.pubdate = xml.findnodes('//*[@tag="260"]/*[@code="c"]').textContent; diff --git a/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 b/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 index 2473bc4b74..dea346171b 100644 --- a/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 @@ -19,7 +19,7 @@
- [% attrs.title %]
+ [% attrs.title_extended %]
[% IF attrs.author %] [% l("Author") %]: