From abe1282ff6d7d01579ad8aa8fd6257de7412e257 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 23 Oct 2012 10:40:04 -0400 Subject: [PATCH] Always hide content tab in Conifer Signed-off-by: Dan Scott --- Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7bafa52d9f..d0fef877ce 100644 --- a/Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 @@ -16,7 +16,7 @@ extras = [ {name => 'summaryplus', label => l('Summaries & More'), hide => hide_summary}, - {name => 'contents', label => l('Contents'), hide => !attrs.contents}, + {name => 'contents', label => l('Contents'), hide => 1}, {name => 'annotation', label => l('Annotation'), hide => 1}, {name => 'awards', label => l('Awards, Reviews, & Suggested Reads'), hide => 1}, {name => 'excerpt', label => l('Excerpt'), hide => 1}, -- 2.11.0