mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
PreferenceForm: Improve button placement
This commit is contained in:
parent
073243364d
commit
44643a6c4b
@ -205,10 +205,7 @@ class PreferenceForm extends Form
|
|||||||
array(
|
array(
|
||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'label' => $this->translate('Save to the Preferences'),
|
'label' => $this->translate('Save to the Preferences'),
|
||||||
'decorators' => array(
|
'decorators' => array('ViewHelper')
|
||||||
'ViewHelper',
|
|
||||||
array('HtmlTag', array('tag' => 'div'))
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -219,10 +216,7 @@ class PreferenceForm extends Form
|
|||||||
array(
|
array(
|
||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'label' => $this->translate('Save for the current Session'),
|
'label' => $this->translate('Save for the current Session'),
|
||||||
'decorators' => array(
|
'decorators' => array('ViewHelper')
|
||||||
'ViewHelper',
|
|
||||||
array('HtmlTag', array('tag' => 'div'))
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user