summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-11-15 10:03:27 -0500
committerAdam Young <ayoung@redhat.com>2010-11-15 10:47:02 -0500
commitdbd823c8d874fc54a3ad8a7061a784a39cea2488 (patch)
tree3b0b891ab8e5b53cdce2fe39b86134778acfedf3 /install
parent9fa543700bd3afbf7f82ec7556b8aefcd94d3acd (diff)
downloadfreeipa-dbd823c8d874fc54a3ad8a7061a784a39cea2488.tar.gz
freeipa-dbd823c8d874fc54a3ad8a7061a784a39cea2488.tar.xz
freeipa-dbd823c8d874fc54a3ad8a7061a784a39cea2488.zip
Push associate buttons to the action-panel
Diffstat (limited to 'install')
-rw-r--r--install/static/associate.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/associate.js b/install/static/associate.js
index eda85dc8c..641409a8f 100644
--- a/install/static/associate.js
+++ b/install/static/associate.js
@@ -259,7 +259,7 @@ function ipa_association_widget(spec) {
that.superior_create(container);
var div = $('#'+that.id, container);
- var buttons = $('span[name=buttons]', div);
+ var buttons = $('<span />').appendTo($('.action-panel')); //TODO replace with ipa_button
$('<input/>', {
'type': 'button',
@@ -455,4 +455,4 @@ function ipa_deleter_dialog_setup() {
$('<p/>', {
'text': IPA.messages.search.delete_confirm
}).appendTo(that.dialog);
-} \ No newline at end of file
+}