Pushed under the one line rule:
From dbd823c8d874fc54a3ad8a7061a784a39cea2488 Mon Sep 17 00:00:00 2001
From: Adam Young <[email protected]>
Date: Mon, 15 Nov 2010 10:03:27 -0500
Subject: [PATCH] Push associate buttons to the action-panel
---
install/static/associate.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/install/static/associate.js b/install/static/associate.js
index eda85dc8cd961a495b15d30f9e504c656ad0e635..641409a8fb971265eb580700b7381bd9025c6504 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
+}
--
1.7.1
_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel