From: Bill Erickson Date: Fri, 9 Sep 2011 19:13:48 +0000 (-0400) Subject: TPac: Push subject extras tab to top of extras X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9d97f9435db237e5f9aad7f70eac90dab4f5245a;p=evergreen%2Fequinox.git TPac: Push subject extras tab to top of extras Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/templates/default/opac/parts/record/extras.tt2 b/Open-ILS/web/templates/default/opac/parts/record/extras.tt2 index 3c38dc39b6..084af019c4 100644 --- a/Open-ILS/web/templates/default/opac/parts/record/extras.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/record/extras.tt2 @@ -15,11 +15,11 @@ END; extras = [ + {name => 'subjects', label => l('Subject')}, {name => 'summaryplus', label => l('Summaries & More'), hide => hide_summary}, {name => 'content', label => l('Contents'), hide => 1}, # ToC {name => 'authors', label => l('Authors')}, {name => 'series', label => l('Series')}, - {name => 'subjects', label => l('Subject')}, {name => 'annotation', label => l('Annotation'), hide => 1}, {name => 'awards', label => l('Awards, Reviews, & Suggested Reads')}, {name => 'excerpt', label => l('Excerpt'), hide => 1},