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}"/>
|
<input type="hidden" id="grantLabel" name="grantLabel" value="${grantLabel}"/>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<@lvf.acSelection urls.base "grant" "grant" existingGrantValue/>
|
<@lvf.acSelection urls.base "grant" "grant" existingGrantValue "Selected Grant"/>
|
||||||
|
|
||||||
<h4>Years of Participation in Grant</h4>
|
<h4>Years of Participation in Grant</h4>
|
||||||
<#if htmlForElements?keys?seq_contains("startField")>
|
<#if htmlForElements?keys?seq_contains("startField")>
|
||||||
|
|
|
@ -15,10 +15,10 @@
|
||||||
</#macro>
|
</#macro>
|
||||||
|
|
||||||
<#-- After selecting an individual via autocomplete, display highlighted and with verify link -->
|
<#-- 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">
|
<div class="acSelection">
|
||||||
<p class="inline">
|
<p class="inline">
|
||||||
<label></label>
|
<label>${labelValue}</label>
|
||||||
<span class="acSelectionInfo"></span>
|
<span class="acSelectionInfo"></span>
|
||||||
<a href="${urlsBase}/individual?uri=" class="verifyMatch" title="verify match">(Verify this match)</a>
|
<a href="${urlsBase}/individual?uri=" class="verifyMatch" title="verify match">(Verify this match)</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue