From 1a308eaa8fa12dd88ad811f938ae6d113380159a Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 23 Oct 2012 10:28:34 -0400 Subject: [PATCH] Conifer: display 500s right in the main record body Rather than forcing users (and search engines) to open a twisty, just display the 500 fields right in the main record body. Signed-off-by: Dan Scott --- Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 | 2 -- Open-ILS/src/templates_conifer/opac/parts/record/summary.tt2 | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 b/Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 index e6034ed007..7bafa52d9f 100644 --- a/Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 @@ -55,8 +55,6 @@ [% IF tab_is_active(name); IF name == 'marchtml'; ctx.marchtml; - ELSIF name == 'contents'; - attrs.contents; ELSE; # Load the template for the selected extra INCLUDE "opac/parts/record/${name}.tt2"; diff --git a/Open-ILS/src/templates_conifer/opac/parts/record/summary.tt2 b/Open-ILS/src/templates_conifer/opac/parts/record/summary.tt2 index e8daa2d452..28055c938d 100644 --- a/Open-ILS/src/templates_conifer/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates_conifer/opac/parts/record/summary.tt2 @@ -159,6 +159,7 @@ IF num_uris > 0; [%- END %] +[%- INCLUDE "opac/parts/record/contents.tt2" %] [%- INCLUDE "opac/parts/record/subjects.tt2" %] [%- INCLUDE "opac/parts/record/series.tt2" %] [%- INCLUDE "opac/parts/record/extras.tt2" %] -- 2.11.0