TPAC: Show contents notes directly in record summary
authorDan Scott <dscott@laurentian.ca>
Tue, 23 Oct 2012 15:47:48 +0000 (11:47 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 23 Oct 2012 21:58:51 +0000 (17:58 -0400)
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 <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/record/extras.tt2
Open-ILS/src/templates/opac/parts/record/summary.tt2

index 14d0d92..54f36d9 100644 (file)
@@ -36,7 +36,6 @@
 
         extras = [
             {name => 'summaryplus',  label => l('Summaries &amp; 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},
index b750df6..a5767a1 100644 (file)
@@ -164,6 +164,7 @@ IF num_uris > 0;
     [%- END %]
 </ul>
 
+[%- INCLUDE "opac/parts/record/contents.tt2" %]
 [%- INCLUDE "opac/parts/record/subjects.tt2" %]
 [%- INCLUDE "opac/parts/record/series.tt2" %]
 [%- INCLUDE "opac/parts/record/extras.tt2" %]