Show discover button on LDAP resource forms on a new line for the moment

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 12:44:57 +02:00
parent 32a92bbdf3
commit 2520d6a57a
1 changed files with 1 additions and 11 deletions

View File

@ -90,21 +90,11 @@ class LdapBackendForm extends Form
),
'decorators' => array(
array('ViewHelper', array('separator' => '')),
array('HtmlTag', array('tag' => 'div', 'class' => 'element'))
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group form-controls'))
),
'formnovalidate' => 'formnovalidate'
)
);
$this->addDisplayGroup(
array('resource', 'discovery_btn'),
'connection_discovery',
array(
'decorators' => array(
'FormElements',
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group'))
)
)
);
if ($this->getElement('discovery_btn')->isChecked()) {
$connection = ResourceFactory::create(