From: Dan Scott Date: Tue, 23 Oct 2012 14:28:34 +0000 (-0400) Subject: Conifer: display 500s right in the main record body X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=08480785db074e60981e34aa52137dfa5c9b3f42;p=contrib%2FConifer.git 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 --- 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" %]