diff --git a/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl b/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl index 20beb5b7..0a7c73ea 100644 --- a/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl +++ b/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl @@ -111,12 +111,13 @@

Years of Participation in Grant

<#if htmlForElements?keys?seq_contains("startField")> - - ${htmlForElements["startField"]} + + ${htmlForElements["startField"]} ${yearHint} +

<#if htmlForElements?keys?seq_contains("endField")> - - ${htmlForElements["endField"]} + + ${htmlForElements["endField"]} ${yearHint}

diff --git a/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl b/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl index 6348da39..f56eceb6 100644 --- a/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl +++ b/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl @@ -88,14 +88,14 @@ - <#--Checking if role field is empty--> - <#if lvf.submissionErrorExists(editSubmission, "roleLabel")> - Please specify a role for this activity. - <#--Checking if Name field is empty--> <#if lvf.submissionErrorExists(editSubmission, "activityLabel")> Please enter or select a value in the Name field. + <#--Checking if role field is empty--> + <#if lvf.submissionErrorExists(editSubmission, "roleLabel")> + Please specify a role for this activity. +

@@ -155,18 +155,19 @@ <#if numDateFields == 1 > <#--Generated html is a map with key name mapping to html string--> <#if htmlForElements?keys?seq_contains("startField")> - - ${htmlForElements["startField"]} + + ${htmlForElements["startField"]} ${yearHint} <#else>

Years of Participation in ${roleDescriptor?capitalize}

<#if htmlForElements?keys?seq_contains("startField")> - - ${htmlForElements["startField"]} + + ${htmlForElements["startField"]} ${yearHint} +

<#if htmlForElements?keys?seq_contains("endField")> - - ${htmlForElements["endField"]} + + ${htmlForElements["endField"]} ${yearHint}