From 80c5089af855cf6ade7a9a2b58c21e463f3dc6a2 Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 27 Jun 2012 15:01:56 +0000 Subject: [PATCH] NIHVIVO-3836 display number and start and end pages for chapters --- .../freemarker/edit/forms/js/publicationToPersonUtils.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/productMods/templates/freemarker/edit/forms/js/publicationToPersonUtils.js b/productMods/templates/freemarker/edit/forms/js/publicationToPersonUtils.js index fd1aebb8..a5d583b4 100644 --- a/productMods/templates/freemarker/edit/forms/js/publicationToPersonUtils.js +++ b/productMods/templates/freemarker/edit/forms/js/publicationToPersonUtils.js @@ -203,6 +203,10 @@ var publicationToPersonUtils = { this.locale.parent('p').show(); this.volume.show(); this.volLabel.show(); + this.number.show(); + this.nbrLabel.show(); + this.startPage.parent('p').show(); + this.sPLabel.parent('p').show(); // if the user is changing type, ensure that irrelevant fields are cleared // and reset an acSelection divs