diff --git a/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl b/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl new file mode 100644 index 00000000..ee4e87b0 --- /dev/null +++ b/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl @@ -0,0 +1,121 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- Template for adding a position history--> + +<#import "lib-vivo-form.ftl" as lf> + +<#if editConfig.object?has_content> + <#assign editMode = "edit"> +<#else> + <#assign editMode = "add"> +#if> + +<#if editMode == "edit"> + <#assign formAction="Edit"> + <#assign submitButtonText="Edit Position"> +<#else> + <#assign formAction="Create"> + <#assign submitButtonText="Create"> +#if> + +<#assign requiredHint=" *"/> + +<@lf.unsupportedBrowser> + +
${errorMessage}
+