-
-
-
-
+
+
{% endblock %}
+
{% block extrascripts %}
-
+ that.qs2 = $selectionSearch.quicksearch(selectionSearchString)
+ .on('keydown', function (e) {
+ if (e.which == 40) {
+ that.$selectionUl.focus();
+ return false;
+ }
+ });
+ },
+ afterSelect: function () {
+ this.qs1.cache();
+ this.qs2.cache();
+ },
+ afterDeselect: function () {
+ this.qs1.cache();
+ this.qs2.cache();
+ }
+ });
+ }
+
+ addMultiSelect("#account_multi_user", "Username")
+ addMultiSelect("#account_domains", "Domain")
+
{% endblock %}
-
-
-
-