From 4a7d036c30ff2f0e2afff0c1e4d1e02ed876acdf Mon Sep 17 00:00:00 2001 From: Art Rhyno Date: Thu, 25 Oct 2012 08:27:32 -0400 Subject: [PATCH] Use tpac contents support This brings Dan Scott's great work on contents notes into the Windsor templates. --- Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2 | 1 + 1 file changed, 1 insertion(+) 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" %] -- 2.11.0