NIHVIVO-2343 Filter the auto-complete, excluding self as a proxy or as a profile.

This commit is contained in:
j2blake 2011-11-10 23:15:16 +00:00
parent e4fe6aa812
commit 6aeb4108b2
3 changed files with 6 additions and 3 deletions

View file

@ -12,6 +12,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/edit/forms/css/auto
<p><input type="text" name="proxySelectorAC" class="acSelector" size="35" value="Select an existing last name"></p>
<p class="search-status"><span name='proxySelectorSearchStatus' moreCharsText='type more characters' noMatchText='no match'>&nbsp;</span></p>
<p name="excludeUri" style="display: none">${myAccountUri}<p>
<p class="selected-editors">Selected editors:</p>
<#-- Magic div thst holds all of the proxy data and the template that shows how to display it. -->

View file

@ -169,6 +169,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
moreCharsText='type more characters'
noMatchText='no match'>&nbsp;</span>
</p>
<p name="excludeUri" style="display: none">${r.proxyInfos[0].profileUri}<p>
<p class="selected-editors">Selected profiles:</p>