Js and ftl changes to support multiple autocomplete fields in custom forms. New custom forms for advisees and awards, NIHVIVO-488, 489, 534, 540. Also NIHVIVO-2596 and 1922 included.
This commit is contained in:
parent
81910c629d
commit
696320cd9b
18 changed files with 1645 additions and 324 deletions
|
@ -15,8 +15,8 @@
|
|||
</#macro>
|
||||
|
||||
<#-- After selecting an individual via autocomplete, display highlighted and with verify link -->
|
||||
<#macro acSelection urlsBase inputName inputId inputValue labelValue="">
|
||||
<div class="acSelection">
|
||||
<#macro acSelection urlsBase inputName inputId acGroupName inputValue labelValue="">
|
||||
<div class="acSelection" acGroupName="${acGroupName}">
|
||||
<p class="inline">
|
||||
<label>${labelValue}</label>
|
||||
<span class="acSelectionInfo"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue