From a6018e408b2e24c7a8daeeaeae2ebb5b1446926f Mon Sep 17 00:00:00 2001 From: Yasin Date: Thu, 17 Jul 2014 17:12:51 +0200 Subject: [PATCH] sliceusertab: autocomplete ui updated --- portal/templates/slice-tab-users-view.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/portal/templates/slice-tab-users-view.html b/portal/templates/slice-tab-users-view.html index 22fd93ed..eef41614 100644 --- a/portal/templates/slice-tab-users-view.html +++ b/portal/templates/slice-tab-users-view.html @@ -78,6 +78,7 @@ //The item selected from the menu, if any. Otherwise the property is null //so clear the item for force selection jQuery("#auth_list").val(""); + alert("Please select an authority from the given list.") } } //select: function( event, ui ) {console.log(jQuery(this))} @@ -113,8 +114,9 @@
  • Authority
  • + title="The default value is the authority that you belong to and the selected users belong to this slice. + You can view users of other authorities (organizations) from the list that apears when you click in the field and start to type. + Use the arrow keys to scroll through the list; type part of the name to narrow down the list."/>
  • -- 2.47.0