From 2f2c67cb59f1a797e6f2e0b033cb480489c0df0b Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Tue, 4 Jan 2011 15:21:18 -0500 Subject: Improvements to enrollments in the webUI. TAKE 1 - Enrollement links in the action panel are now sorted by relationships. - You can only enroll members. (The webUI made the impression you can enroll parents as well, but it was broken.) - When enrolling new members, you can choose not to display already enrolled ones. (On by default.) - Couple cosmetic changes. --- install/static/widget.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'install/static/widget.js') diff --git a/install/static/widget.js b/install/static/widget.js index 4da5df03..dcc17341 100755 --- a/install/static/widget.js +++ b/install/static/widget.js @@ -1023,6 +1023,23 @@ function ipa_adder_dialog(spec) { value: 'Find' }).appendTo(search_panel); + $('', { + type: 'checkbox', + name: 'hidememb', + id: 'hidememb', + checked: 'checked', + style: 'margin-left: 5px; vertical-align: middle', + }).appendTo(search_panel); + + var label = $('