parent
90b64d4cc3
commit
917d5fccce
|
@ -82,6 +82,7 @@ class LdapBackendForm extends Form
|
||||||
'button',
|
'button',
|
||||||
'discovery_btn',
|
'discovery_btn',
|
||||||
array(
|
array(
|
||||||
|
'class' => 'control-button',
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'value' => 'discovery_btn',
|
'value' => 'discovery_btn',
|
||||||
'label' => $this->translate('Discover', 'A button to discover LDAP capabilities'),
|
'label' => $this->translate('Discover', 'A button to discover LDAP capabilities'),
|
||||||
|
@ -90,6 +91,7 @@ class LdapBackendForm extends Form
|
||||||
),
|
),
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
array('ViewHelper', array('separator' => '')),
|
array('ViewHelper', array('separator' => '')),
|
||||||
|
array('Spinner'),
|
||||||
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group form-controls'))
|
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group form-controls'))
|
||||||
),
|
),
|
||||||
'formnovalidate' => 'formnovalidate'
|
'formnovalidate' => 'formnovalidate'
|
||||||
|
|
Loading…
Reference in New Issue