diff --git a/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl b/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl index dd5ffc94..6348da39 100644 --- a/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl +++ b/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl @@ -144,17 +144,8 @@ #if> + <@lvf.acSelection urls.base /> -
- - - (Verify this match) -
- - -diff --git a/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl b/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl index ee4e87b0..c10c0436 100644 --- a/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl +++ b/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl @@ -2,9 +2,13 @@ <#-- Template for adding a position history--> -<#import "lib-vivo-form.ftl" as lf> +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> -<#if editConfig.object?has_content> +<#-- Template for adding a position history--> + +<#import "lib-vivo-form.ftl" as lvf> + +<#if editConfiguration.objectUri?has_content> <#assign editMode = "edit"> <#else> <#assign editMode = "add"> @@ -15,14 +19,21 @@ <#assign submitButtonText="Edit Position"> <#else> <#assign formAction="Create"> - <#assign submitButtonText="Create"> + <#assign submitButtonText="Create Position"> #if> +<#--Get existing value for specific data literals and uris--> + +<#assign orgLabel = lvf.getFormFieldValue(editSubmission, editConfiguration, "orgLabel")/> +<#assign positionTitle = lvf.getFormFieldValue(editSubmission, editConfiguration, "positionTitle")/> +<#assign startField = lvf.getFormFieldValue(editSubmission, editConfiguration, "startField") /> +<#assign endField = lvf.getFormFieldValue(editSubmission, editConfiguration, "endField") /> + <#assign requiredHint=" *"/> -<@lf.unsupportedBrowser> +<#-- <@lvf.unsupportedBrowser urls.base /> --> -
This form is not supported in versions of Internet Explorer below version 8. Please upgrade your browser, or switch to another browser, such as FireFox.
+ + + (Verify this match) +
+ + +