From: Garry Collum Date: Tue, 19 Jul 2016 15:21:16 +0000 (-0400) Subject: Changed Content Cafe background to white. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b517247b5df1959df04e765529d19f6a3da3ca08;p=evergreen%2Fequinox.git Changed Content Cafe background to white. --- diff --git a/Open-ILS/src/kcpl_templates/opac/parts/record/summaryplus.tt2 b/Open-ILS/src/kcpl_templates/opac/parts/record/summaryplus.tt2 new file mode 100644 index 0000000000..57fe53c39c --- /dev/null +++ b/Open-ILS/src/kcpl_templates/opac/parts/record/summaryplus.tt2 @@ -0,0 +1,20 @@ +
+ [%- IF attrs.summary %] +
+ [% l('Summary: ') %] + [% FOR sum IN attrs.summaries %] + [% IF !loop.first; '
'; END %] + [% sum | html %] + [% END %] +
+ [%- END %] + [%- IF ENV.OILS_CONTENT_CAFE_USER %] + + [% ident = attrs.isbn_clean || attrs.upc %] + + [%- END %] +
+