From 36b36924677fa925a59a1af5d77aed21c160e3e6 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 23 Oct 2012 11:47:48 -0400 Subject: [PATCH] TPAC: Show contents notes directly in record summary By popular demand in IRC, move the contents notes directly into the body of the record summary rather than hiding the content under a twisty. This improves external indexing of the page and makes the contents notes more immediately evident to users. Signed-off-by: Dan Scott Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/record/extras.tt2 | 1 - Open-ILS/src/templates/opac/parts/record/summary.tt2 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/extras.tt2 b/Open-ILS/src/templates/opac/parts/record/extras.tt2 index 14d0d924ea..54f36d92c3 100644 --- a/Open-ILS/src/templates/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/extras.tt2 @@ -36,7 +36,6 @@ extras = [ {name => 'summaryplus', label => l('Summaries & More'), hide => hide_summary}, - {name => 'contents', label => l('Contents'), hide => !ctx.marc_xml.findnodes('//*[starts-with(@tag,"5")]')}, {name => 'annotation', label => l('Annotation'), hide => 1}, {name => 'awards', label => l('Awards, Reviews, & Suggested Reads')}, {name => 'excerpt', label => l('Excerpt'), hide => 1}, diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 index b750df6ce8..a5767a1f23 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -164,6 +164,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