diff --git a/productMods/templates/freemarker/edit/forms/personHasEducationalTraining.ftl b/productMods/templates/freemarker/edit/forms/personHasEducationalTraining.ftl index 9f97adda..2572f1f0 100644 --- a/productMods/templates/freemarker/edit/forms/personHasEducationalTraining.ftl +++ b/productMods/templates/freemarker/edit/forms/personHasEducationalTraining.ftl @@ -6,9 +6,7 @@ <#import "lib-vivo-form.ftl" as lvf> -<#assign subjectName="Fake name hardcoded in FTL"/> -<#assign requiredHint="*"/> -<#assign yearHint="Do it his year!!!"/> +<#assign subjectName=""/> <#assign roleActivityUri="mysteryRoleActivityURI"/> <#assign orgLabel="mysteryOrgLabel"/> @@ -18,7 +16,7 @@ <#assign editMode = "add"> -<#if editMode == "edit"> +<#if editMode == "edit"> <#assign titleVerb="Edit"> <#assign submitButtonText="Edit Educational Training"> <#assign disabledVal="disabled"> @@ -39,7 +37,7 @@ <#else> --> -

${titleVerb} educational training entry for ${subjectName}

+

${titleVerb} educational training entry for ${subjectName}${editConfiguration.subjectName}

<#-- <#if errorTypeFieldIsEmpty??> @@ -63,23 +61,24 @@
- - - <#assign orgTypeOpts = editConfiguration.pageData.orgType /> - +

+ + <#assign orgTypeOpts = editConfiguration.pageData.orgType /> + +

- - + +

@@ -94,7 +93,7 @@

- +

@@ -119,7 +118,7 @@

-

e.g., Postdoctoral training or Transferred

+
e.g., Postdoctoral training or Transferred

@@ -142,20 +141,27 @@
-<#assign acUrl="/autocomplete?tokenize=true&stem=true" > -<#-- ---> +${stylesheets.add('')} +${stylesheets.add('')} +${stylesheets.add('')} + + +${scripts.add('', + '', + '', + '', + '')}