Skip to content

Commit

Permalink
CSS: Use control-button for the ldap discovery btn
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 1, 2015
1 parent 90b64d4 commit 917d5fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/forms/Config/UserBackend/LdapBackendForm.php
Expand Up @@ -82,6 +82,7 @@ public function createElements(array $formData)
'button',
'discovery_btn',
array(
'class' => 'control-button',
'type' => 'submit',
'value' => 'discovery_btn',
'label' => $this->translate('Discover', 'A button to discover LDAP capabilities'),
Expand All @@ -90,6 +91,7 @@ public function createElements(array $formData)
),
'decorators' => array(
array('ViewHelper', array('separator' => '')),
array('Spinner'),
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group form-controls'))
),
'formnovalidate' => 'formnovalidate'
Expand Down

0 comments on commit 917d5fc

Please sign in to comment.