diff --git a/productMods/edit/forms/personHasEducationalTraining.jsp b/productMods/edit/forms/personHasEducationalTraining.jsp index a3ff6612..445f5ff4 100644 --- a/productMods/edit/forms/personHasEducationalTraining.jsp +++ b/productMods/edit/forms/personHasEducationalTraining.jsp @@ -354,7 +354,22 @@ core:dateTimePrecision (DateTimeValue : DateTimeValuePrecision) %> - +<% + if (objectUri != null) { // editing existing entry +%> + + + + + +<% + } else { // adding new entry +%> + + + + +<% } List customJs = new ArrayList(Arrays.asList(JavaScript.JQUERY_UI.path(), JavaScript.CUSTOM_FORM_UTILS.path(), @@ -369,14 +384,16 @@ core:dateTimePrecision (DateTimeValue : DateTimeValuePrecision) request.setAttribute("customCss", customCss); %> - +<%-- +This goes to an experimental FM based form: + +--%> + + - <%-- - - - + @@ -426,4 +443,4 @@ var customFormData = { }; ---%> +