From 0ca8eba0ea24cc7189562ddc12e6bb94d8b2ddd2 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 24 Mar 2011 17:16:21 -0400 Subject: [PATCH] KCLS doesn't show an abstract high on the record detail page. This is just a little juggling to reflect that --- .../web/templates/default/opac/parts/record/summary.tt2 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 c60c248303..a62508d4d5 100644 --- a/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/record/summary.tt2 @@ -88,19 +88,19 @@ - [% IF attrs.pubdate; l("Publication Date"); END %] + [% IF attrs.publisher; l("Publisher"); END %] - [% attrs.pubdate %] + [% attrs.publisher %] - Summary + [% IF attrs.pubdate; l("Publication Date"); END %] - + [% attrs.pubdate %] - - [% IF attrs.publisher; l("Publisher"); END %] + [% BLOCK render_subject; loc = CGI.param('loc') | uri; FOR node IN ctx.marc_xml.findnodes('//*[starts-with(@tag,"6")]'); @@ -132,7 +132,7 @@ [% l("Subjects") %] - [% s %] + [% s %] [% END %] -- 2.11.0