From dbd823c8d874fc54a3ad8a7061a784a39cea2488 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 15 Nov 2010 10:03:27 -0500 Subject: Push associate buttons to the action-panel --- install/static/associate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install/static/associate.js b/install/static/associate.js index eda85dc8..641409a8 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 = $('').appendTo($('.action-panel')); //TODO replace with ipa_button $('', { 'type': 'button', @@ -455,4 +455,4 @@ function ipa_deleter_dialog_setup() { $('

', { 'text': IPA.messages.search.delete_confirm }).appendTo(that.dialog); -} \ No newline at end of file +} -- cgit