Re: [Freeipa-devel] [PATCH] admiyo-0158-action-buttons-for-dns

2011-01-25 Thread Kyle Baker
ACK Looks good.

- Original Message -
 ___
 Freeipa-devel mailing list
 Freeipa-devel@redhat.com
 https://www.redhat.com/mailman/listinfo/freeipa-devel
From 27660b175d90b1d7b96958aa537a96ff46b498b8 Mon Sep 17 00:00:00 2001
From: Adam Young ayo...@redhat.com
Date: Mon, 24 Jan 2011 22:30:28 -0500
Subject: [PATCH] action buttons for dns

---
 install/ui/policy.js |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/ui/policy.js b/install/ui/policy.js
index eeec44e35b144b911bcdb4abdb047f17432594a6..208b7c9ec55f82166d876fea250c93a37bf85880 100644
--- a/install/ui/policy.js
+++ b/install/ui/policy.js
@@ -333,13 +333,13 @@ IPA.records_facet = function (spec){
 class:action-controls}).appendTo(action_panel_ul);
 
 
-IPA.button({
+IPA.action_button({
 'label': IPA.messages.button.add,
 'icon': 'ui-icon-plus',
 'click': add_click
 }).appendTo(action_controls);
 
-IPA.button({
+IPA.action_button({
 'label': IPA.messages.button.remove,
 'icon': 'ui-icon-trash',
 'click': function(){delete_records(records_table);}
-- 
1.7.3.5

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] admiyo-0158-action-buttons-for-dns

2011-01-24 Thread Adam Young


From 27660b175d90b1d7b96958aa537a96ff46b498b8 Mon Sep 17 00:00:00 2001
From: Adam Young ayo...@redhat.com
Date: Mon, 24 Jan 2011 22:30:28 -0500
Subject: [PATCH] action buttons for dns

---
 install/ui/policy.js |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/ui/policy.js b/install/ui/policy.js
index eeec44e35b144b911bcdb4abdb047f17432594a6..208b7c9ec55f82166d876fea250c93a37bf85880 100644
--- a/install/ui/policy.js
+++ b/install/ui/policy.js
@@ -333,13 +333,13 @@ IPA.records_facet = function (spec){
 class:action-controls}).appendTo(action_panel_ul);
 
 
-IPA.button({
+IPA.action_button({
 'label': IPA.messages.button.add,
 'icon': 'ui-icon-plus',
 'click': add_click
 }).appendTo(action_controls);
 
-IPA.button({
+IPA.action_button({
 'label': IPA.messages.button.remove,
 'icon': 'ui-icon-trash',
 'click': function(){delete_records(records_table);}
-- 
1.7.3.5

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel