From b517247b5df1959df04e765529d19f6a3da3ca08 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Tue, 19 Jul 2016 11:21:16 -0400 Subject: [PATCH] Changed Content Cafe background to white. --- .../kcpl_templates/opac/parts/record/summaryplus.tt2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Open-ILS/src/kcpl_templates/opac/parts/record/summaryplus.tt2 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 %] +
+ -- 2.11.0