From: Art Rhyno Date: Thu, 25 Oct 2012 12:27:32 +0000 (-0400) Subject: Use tpac contents support X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4a7d036c30ff2f0e2afff0c1e4d1e02ed876acdf;p=contrib%2FConifer.git Use tpac contents support This brings Dan Scott's great work on contents notes into the Windsor templates. --- diff --git a/Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2 b/Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2 index 49435a3e97..3b5ee31fe3 100644 --- a/Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2 @@ -159,6 +159,7 @@ IF num_uris > 0; [%- END %] +[%-# add contents information %] [%- INCLUDE "opac/parts/record/contents.tt2" %] [%- INCLUDE "opac/parts/record/subjects.tt2" %] [%- INCLUDE "opac/parts/record/series.tt2" %]