summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-11-21 16:43:52 -0600
committerEndi S. Dewata <edewata@redhat.com>2011-12-07 15:33:06 +0000
commit9276e51bce438b0686deac827fce2ca60a5301e1 (patch)
treecb82201c759df569131a836489cc57ec939619a1 /install/ui/widget.js
parentd040b93e386457266d5095bd696fa146962b640c (diff)
downloadfreeipa.git-9276e51bce438b0686deac827fce2ca60a5301e1.tar.gz
freeipa.git-9276e51bce438b0686deac827fce2ca60a5301e1.tar.xz
freeipa.git-9276e51bce438b0686deac827fce2ca60a5301e1.zip
Fixed navigation buttons for HBAC Test.
The Back, Next, and New Test buttons in HBAC Test have been fixed to work properly. Ticket #388
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 63b2c549..0b358156 100644
--- a/install/ui/widget.js
+++ b/install/ui/widget.js
@@ -1792,7 +1792,7 @@ IPA.button = function(spec) {
name: spec.name,
href: spec.href || '#' + (spec.name || 'button'),
title: spec.title || spec.label,
- 'class': 'ui-state-default ui-corner-all input_link',
+ 'class': 'ui-state-default ui-corner-all button',
style: spec.style,
click: spec.click,
blur: spec.blur