From: Bill Erickson Date: Wed, 10 Aug 2011 19:07:40 +0000 (-0400) Subject: Show more subject data in the expanded ttopac subjects display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9cfa1e71d1463c595e522c0de02d0e8116c78834;p=contrib%2FConifer.git Show more subject data in the expanded ttopac subjects display Signed-off-by: Bill Erickson --- 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"]' }, {