remove icons from association buttons

This commit is contained in:
Adam Young
2011-01-24 22:00:38 -05:00
parent 70a9e04f04
commit 485e4a097f

View File

@@ -1191,7 +1191,6 @@ IPA.adder_dialog = function (spec) {
button = $('input[name=remove]', that.container);
that.remove_button = IPA.button({
'label': button.val(),
'icon': 'ui-icon-trash',
'click': function() {
that.remove();
}
@@ -1201,7 +1200,6 @@ IPA.adder_dialog = function (spec) {
button = $('input[name=add]', that.container);
that.add_button = IPA.button({
'label': button.val(),
'icon': 'ui-icon-plus',
'click': function() {
that.add();
}