From 9d97f9435db237e5f9aad7f70eac90dab4f5245a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 9 Sep 2011 15:13:48 -0400 Subject: [PATCH] TPac: Push subject extras tab to top of extras Signed-off-by: Bill Erickson --- Open-ILS/web/templates/default/opac/parts/record/extras.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- 2.11.0