From 9cfa1e71d1463c595e522c0de02d0e8116c78834 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 10 Aug 2011 15:07:40 -0400 Subject: [PATCH] Show more subject data in the expanded ttopac subjects display Signed-off-by: Bill Erickson --- Open-ILS/web/templates/default/opac/parts/record/subjects.tt2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/web/templates/default/opac/parts/record/subjects.tt2 b/Open-ILS/web/templates/default/opac/parts/record/subjects.tt2 index 7819187e8b..3d022313fb 100644 --- a/Open-ILS/web/templates/default/opac/parts/record/subjects.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/record/subjects.tt2 @@ -1,6 +1,9 @@ [% subjects = [ { + label => l('Subject: '), + xpath => '//*[@tag="600" or @tag="610" or @tag="611" or @tag="630" or @tag="650" or @tag="651"]' + }, { label => l('Genre: '), xpath => '//*[@tag="655"]|//*[@tag="659"]' }, { -- 2.11.0