mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Endi S. Dewata
parent
d040b93e38
commit
9276e51bce
@@ -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
|
||||
|
Reference in New Issue
Block a user