From 9276e51bce438b0686deac827fce2ca60a5301e1 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Mon, 21 Nov 2011 16:43:52 -0600 Subject: Fixed navigation buttons for HBAC Test. The Back, Next, and New Test buttons in HBAC Test have been fixed to work properly. Ticket #388 --- install/ui/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/widget.js') 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 -- cgit