Show more subject data in the expanded ttopac subjects display
authorBill Erickson <berick@esilibrary.com>
Wed, 10 Aug 2011 19:07:40 +0000 (15:07 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 10 Aug 2011 19:07:40 +0000 (15:07 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/templates/default/opac/parts/record/subjects.tt2

index 7819187..3d02231 100644 (file)
@@ -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"]'
         }, {