mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
de62fa6baa
commit
b34d1977d8
@ -226,14 +226,6 @@ class LdapBackendForm extends Form
|
|||||||
'label' => $this->translate('Domain'),
|
'label' => $this->translate('Domain'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'The domain the LDAP server is responsible for.'
|
'The domain the LDAP server is responsible for.'
|
||||||
),
|
|
||||||
'decorators' => array(
|
|
||||||
array('Label', array('tag'=>'span', 'separator' => '', 'class' => 'control-label')),
|
|
||||||
array('Help', array('placement' => 'APPEND')),
|
|
||||||
array(array('labelWrap' => 'HtmlTag'), array('tag' => 'div', 'class' => 'control-label-group')),
|
|
||||||
array('ViewHelper', array('separator' => '')),
|
|
||||||
array('Errors', array('separator' => '')),
|
|
||||||
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group', 'openOnly' => true))
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -242,18 +234,19 @@ class LdapBackendForm extends Form
|
|||||||
'button',
|
'button',
|
||||||
'btn_discover_domain',
|
'btn_discover_domain',
|
||||||
array(
|
array(
|
||||||
'escape' => false,
|
'class' => 'control-button',
|
||||||
'ignore' => true,
|
'type' => 'submit',
|
||||||
'label' => $this->getView()->icon('binoculars'),
|
'value' => 'discovery_btn',
|
||||||
'type' => 'submit',
|
'label' => $this->translate('Discover the domain'),
|
||||||
'title' => $this->translate('Discover the domain'),
|
'title' => $this->translate(
|
||||||
'value' => $this->translate('Discover'),
|
'Push to disover and fill in the domain of the LDAP server.'
|
||||||
'decorators' => array(
|
),
|
||||||
array('Help', array('placement' => 'APPEND')),
|
'decorators' => array(
|
||||||
array('ViewHelper', array('separator' => '')),
|
array('ViewHelper', array('separator' => '')),
|
||||||
array('Errors', array('separator' => '')),
|
array('Spinner'),
|
||||||
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group', 'closeOnly' => true))
|
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group form-controls'))
|
||||||
)
|
),
|
||||||
|
'formnovalidate' => 'formnovalidate'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user