adding parameter with default value of empty string to include label for grant role form.
This commit is contained in:
parent
e06d58ca90
commit
b981f7640b
2 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@
|
|||
<input type="hidden" id="grantLabel" name="grantLabel" value="${grantLabel}"/>
|
||||
</#if>
|
||||
|
||||
<@lvf.acSelection urls.base "grant" "grant" existingGrantValue/>
|
||||
<@lvf.acSelection urls.base "grant" "grant" existingGrantValue "Selected Grant"/>
|
||||
|
||||
<h4>Years of Participation in Grant</h4>
|
||||
<#if htmlForElements?keys?seq_contains("startField")>
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
</#macro>
|
||||
|
||||
<#-- 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="">
|
||||
<div class="acSelection">
|
||||
<p class="inline">
|
||||
<label></label>
|
||||
<label>${labelValue}</label>
|
||||
<span class="acSelectionInfo"></span>
|
||||
<a href="${urlsBase}/individual?uri=" class="verifyMatch" title="verify match">(Verify this match)</a>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue