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 @@
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 @@ #if> #if> #list> - <#--Checking if role field is empty--> - <#if lvf.submissionErrorExists(editSubmission, "roleLabel")> - Please specify a role for this activity. - #if> <#--Checking if Name field is empty--> <#if lvf.submissionErrorExists(editSubmission, "activityLabel")> Please enter or select a value in the Name field. #if> + <#--Checking if role field is empty--> + <#if lvf.submissionErrorExists(editSubmission, "roleLabel")> + Please specify a role for this activity. + #if>
@@ -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} #if> <#else>