diff --git a/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl b/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl index f56eceb6..be2dcbb9 100644 --- a/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl +++ b/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl @@ -90,7 +90,7 @@ <#--Checking if Name field is empty--> <#if lvf.submissionErrorExists(editSubmission, "activityLabel")> - Please enter or select a value in the Name field. + Please enter or select a value in the Name field.
<#--Checking if role field is empty--> <#if lvf.submissionErrorExists(editSubmission, "roleLabel")> diff --git a/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl b/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl index 830f98f1..bd4c6d57 100644 --- a/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl +++ b/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl @@ -61,19 +61,19 @@ <#--Checking if Org Type field is empty--> <#if lvf.submissionErrorExists(editSubmission, "orgType")> - Please select a value in the Organization Type field. + Please select a value in the Organization Type field.
<#--Checking if Org Name field is empty--> <#if lvf.submissionErrorExists(editSubmission, "orgLabel")> - Please enter or select a value in the Name field. + Please enter or select a value in the Name field.
<#--Checking if Position Title field is empty--> <#if lvf.submissionErrorExists(editSubmission, "positionTitle")> - Please enter a value in the Position Title field. + Please enter a value in the Position Title field.
<#--Checking if Position Type field is empty--> <#if lvf.submissionErrorExists(editSubmission, "positionType")> - Please select a value in the Position Type field. + Please select a value in the Position Type field.

@@ -89,7 +89,7 @@ <#list orgTypeOpts?keys as key> - +

@@ -110,11 +110,11 @@ <#assign posnTypeOpts = editConfiguration.pageData.positionType /> +

<#--Need to draw edit elements for dates here--> <#if htmlForElements?keys?seq_contains("startField")> @@ -154,7 +154,6 @@ var customFormData = { }; - ${stylesheets.add('')} ${stylesheets.add('')} ${stylesheets.add('')}