Push associate buttons to the action-panel

This commit is contained in:
Adam Young 2010-11-15 10:03:27 -05:00
parent 9fa543700b
commit dbd823c8d8

View File

@ -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);
}
}