diff --git a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl index 728a0243..7e32c31e 100644 --- a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl +++ b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl @@ -11,18 +11,19 @@ <#--Values from edit configuration to populate fields --> + + <#--UL class based on size of existing authors--> -<#assign urlClass = ""/> +<#assign ulClass = ""/> <#if (existingAuthorInfo?size > 0)> - <#assign urlClass = "class='dd'"/> + <#assign ulClass = "class='dd'"/> <#assign title="${editConfiguration.subjectName}" /> <#assign requiredHint=" *" /> <#assign initialHint="(initial okay)" /> -<@lf.unsupportedBrowser> - +<#--include unsupported browser message-->

${title}