NIHVIVO-646 Tweaks to autocomplete on add authors to pub form

This commit is contained in:
rjy7 2010-06-28 14:37:05 +00:00
parent 31a4df9228
commit 7d323d8cbd
3 changed files with 10 additions and 3 deletions

View file

@ -7,10 +7,14 @@
<@json.array results />
-->
<#if errorMsg??>${errorMsg}
<#else>
[
<#if results??>
<#list results as result>
{ "label": "${result.label}", "uri": "${result.uri}" }<#if result_has_next>,</#if>
</#list>
</#if>
]
]
</#if>