From: Dan Scott Date: Tue, 23 Oct 2012 14:40:04 +0000 (-0400) Subject: Always hide content tab in Conifer X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=71c844d1b7b26e72459bcbd8678f089591cafcf2;p=contrib%2FConifer.git Always hide content tab in Conifer 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 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},