diff --git a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl index a4d71003..d6bc65a9 100644 --- a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl +++ b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl @@ -102,7 +102,7 @@ Return to Publication -
+

Add an Author

<#--These wrapper paragraph elements are important because javascript hides parent of these fields, since last name should be visible even when first name/middle name are not, the parents should be separate for each field--> diff --git a/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl b/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl index 7eb1330d..e6443405 100644 --- a/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl +++ b/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl @@ -104,6 +104,7 @@ +<@lvf.unsupportedBrowser urls.base />
@@ -198,6 +199,7 @@ ${stylesheets.add('')} ${scripts.add('')} +${scripts.add('')} ${scripts.add('')} ${scripts.add('')} diff --git a/productMods/templates/freemarker/edit/forms/organizationHasPositionHistory.ftl b/productMods/templates/freemarker/edit/forms/organizationHasPositionHistory.ftl index b678ca65..59dae9f3 100644 --- a/productMods/templates/freemarker/edit/forms/organizationHasPositionHistory.ftl +++ b/productMods/templates/freemarker/edit/forms/organizationHasPositionHistory.ftl @@ -68,10 +68,10 @@
+<@lvf.unsupportedBrowser urls.base/> +
- <@lvf.unsupportedBrowser urls.base/> -

@@ -155,5 +155,7 @@ ${stylesheets.add('', '', + '', '', + '', '')} diff --git a/productMods/templates/freemarker/edit/forms/personHasEducationalTraining.ftl b/productMods/templates/freemarker/edit/forms/personHasEducationalTraining.ftl index 25bfc2a1..ccea6035 100644 --- a/productMods/templates/freemarker/edit/forms/personHasEducationalTraining.ftl +++ b/productMods/templates/freemarker/edit/forms/personHasEducationalTraining.ftl @@ -42,13 +42,6 @@ <#assign yearHint = "(YYYY)" /> -<#-- -<#if editMode = “ERROR”> -

This form is unable to handle the editing of this position because it is associated with - multiple Position individuals.
-<#else> ---> -

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

<#--Display error messages if any--> @@ -85,6 +78,9 @@

+ +<@lvf.unsupportedBrowser urls.base /> +
@@ -192,6 +188,9 @@ ${stylesheets.add('', '', + '', + '', + '', '')} diff --git a/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl b/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl index a1af2fde..d79fad4e 100644 --- a/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl +++ b/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl @@ -34,8 +34,6 @@ <#assign requiredHint=" *"/> <#assign yearHint = "(YYYY)" /> -<@lvf.unsupportedBrowser urls.base /> -

${formAction} position entry for ${editConfiguration.subjectName}

<#--Display error messages if any--> @@ -81,7 +79,9 @@
- +<@lvf.unsupportedBrowser urls.base /> + +

<#assign orgTypeOpts = editConfiguration.pageData.orgType /> @@ -162,5 +162,7 @@ ${stylesheets.add('', '', + '', '', + '', '')}