Fixed navigation buttons for HBAC Test.

The Back, Next, and New Test buttons in HBAC Test have been fixed
to work properly.

Ticket #388
This commit is contained in:
Endi Sukma Dewata
2011-11-21 16:43:52 -06:00
committed by Endi S. Dewata
parent d040b93e38
commit 9276e51bce
6 changed files with 137 additions and 34 deletions

View File

@@ -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