From b981f7640bccfb97889cb05feb97e9cc1a018f9b Mon Sep 17 00:00:00 2001 From: hjkhjk54 Date: Tue, 6 Dec 2011 20:43:47 +0000 Subject: [PATCH] adding parameter with default value of empty string to include label for grant role form. --- .../templates/freemarker/edit/forms/addGrantRoleToPerson.ftl | 2 +- productMods/templates/freemarker/lib/lib-vivo-form.ftl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl b/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl index 47d2feca..9eb1b4ef 100644 --- a/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl +++ b/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl @@ -108,7 +108,7 @@ - <@lvf.acSelection urls.base "grant" "grant" existingGrantValue/> + <@lvf.acSelection urls.base "grant" "grant" existingGrantValue "Selected Grant"/>

Years of Participation in Grant

<#if htmlForElements?keys?seq_contains("startField")> diff --git a/productMods/templates/freemarker/lib/lib-vivo-form.ftl b/productMods/templates/freemarker/lib/lib-vivo-form.ftl index fe040d49..cdbe29ce 100644 --- a/productMods/templates/freemarker/lib/lib-vivo-form.ftl +++ b/productMods/templates/freemarker/lib/lib-vivo-form.ftl @@ -15,10 +15,10 @@ <#-- After selecting an individual via autocomplete, display highlighted and with verify link --> -<#macro acSelection urlsBase inputName inputId inputValue> +<#macro acSelection urlsBase inputName inputId inputValue labelValue="">

- + (Verify this match)