From 8b00b33c1b80664013f0a87a57becec28170cb86 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Wed, 26 Jan 2011 20:12:40 +0000 Subject: [PATCH] Restored setting of disabled values in edit mode that was inadvertently removed from a previous commit --- productMods/edit/forms/personHasEducationalTraining.jsp | 2 +- productMods/edit/forms/personHasPositionHistory.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/productMods/edit/forms/personHasEducationalTraining.jsp b/productMods/edit/forms/personHasEducationalTraining.jsp index 7ba6dd7f..86c3aa96 100644 --- a/productMods/edit/forms/personHasEducationalTraining.jsp +++ b/productMods/edit/forms/personHasEducationalTraining.jsp @@ -489,7 +489,7 @@ core:dateTimePrecision (DateTimeValue : DateTimeValuePrecision) - ${editMode == "repair" ? "" : "" } + ${editMode == "repair" ? "" : "disabled" } diff --git a/productMods/edit/forms/personHasPositionHistory.jsp b/productMods/edit/forms/personHasPositionHistory.jsp index 95bfcd6f..79cb0e60 100644 --- a/productMods/edit/forms/personHasPositionHistory.jsp +++ b/productMods/edit/forms/personHasPositionHistory.jsp @@ -245,7 +245,7 @@ - ${editMode == "repair" ? "" : "" } + ${editMode == "repair" ? "" : "disabled" }