diff --git a/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl b/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl index b5749d47..7a62e2a6 100644 --- a/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl +++ b/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl @@ -29,7 +29,7 @@ -<@lvf.unsupportedBrowser/> +<@lvf.unsupportedBrowser urls.base/>
diff --git a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl index 1bd56bee..e1544069 100644 --- a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl +++ b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl @@ -2,7 +2,7 @@ <#-- Custom form for adding authors to information resources --> -<#import "lib-vivo-form.ftl" as lf> +<#import "lib-vivo-form.ftl" as lvf> <#--Retrieve certain page specific information information--> <#assign newRank = editConfiguration.pageData.newRank /> @@ -23,7 +23,8 @@ <#assign requiredHint=" *" /> <#assign initialHint="(initial okay)" /> -<#--unsupported browser message--> +<@lvf.unsupportedBrowser urls.base/> +

${title}