CSS: Use control-button for the ldap discovery btn

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-01 02:53:27 +02:00
parent 90b64d4cc3
commit 917d5fccce
1 changed files with 2 additions and 0 deletions

View File

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