From: senator Date: Thu, 24 Mar 2011 21:16:21 +0000 (-0400) Subject: KCLS doesn't show an abstract high on the record detail page. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0ca8eba0ea24cc7189562ddc12e6bb94d8b2ddd2;p=evergreen%2Fequinox.git KCLS doesn't show an abstract high on the record detail page. This is just a little juggling to reflect that --- 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 %]