mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
SelectBox: Also use the default form classes
This commit is contained in:
parent
775f5cd3b5
commit
4f507d9672
@ -96,7 +96,7 @@ class SelectBox extends AbstractWidget
|
|||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
$form = new Form();
|
$form = new Form();
|
||||||
$form->setAttrib('class', 'inline');
|
$form->setAttrib('class', Form::DEFAULT_CLASSES . ' inline');
|
||||||
$form->setMethod('GET');
|
$form->setMethod('GET');
|
||||||
$form->setUidDisabled();
|
$form->setUidDisabled();
|
||||||
$form->setTokenDisabled();
|
$form->setTokenDisabled();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user