summaryrefslogtreecommitdiffstats
path: root/install/ui/entitle.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-04-19 11:53:00 -0500
committerEndi Sukma Dewata <edewata@people01.fedoraproject.org>2011-04-21 19:44:06 +0000
commitd2be41dd1b69020b11cdd6ba66436424f3a0033a (patch)
treed88c09f5a0ef620df4319f2e564689f585299eb6 /install/ui/entitle.js
parent3528b4eca3cf2519a6af5a43f6b321cbd8eea138 (diff)
downloadfreeipa-d2be41dd1b69020b11cdd6ba66436424f3a0033a.tar.gz
freeipa-d2be41dd1b69020b11cdd6ba66436424f3a0033a.tar.xz
freeipa-d2be41dd1b69020b11cdd6ba66436424f3a0033a.zip
Standardized action panel buttons creation.
Action panel buttons are now created in facet's create_action_panel(). This is to allow a subclass to override and customize the buttons.
Diffstat (limited to 'install/ui/entitle.js')
-rw-r--r--install/ui/entitle.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/install/ui/entitle.js b/install/ui/entitle.js
index 17be45835..4ef90afef 100644
--- a/install/ui/entitle.js
+++ b/install/ui/entitle.js
@@ -263,11 +263,7 @@ IPA.entitle.search_facet = function(spec) {
that.facet_create_action_panel(container);
- var li = $('.action-controls', container);
-
- var buttons = $('<span/>', {
- 'class': 'search-buttons'
- }).appendTo(li);
+ var buttons = $('.action-controls', container);
that.register_buttons = $('<span/>', {
style: 'display: none;'