PreferenceForm: Improve button placement

This commit is contained in:
Johannes Meyer 2015-07-23 16:49:50 +02:00
parent 073243364d
commit 44643a6c4b
1 changed files with 2 additions and 8 deletions

View File

@ -205,10 +205,7 @@ class PreferenceForm extends Form
array(
'ignore' => true,
'label' => $this->translate('Save to the Preferences'),
'decorators' => array(
'ViewHelper',
array('HtmlTag', array('tag' => 'div'))
)
'decorators' => array('ViewHelper')
)
);
}
@ -219,10 +216,7 @@ class PreferenceForm extends Form
array(
'ignore' => true,
'label' => $this->translate('Save for the current Session'),
'decorators' => array(
'ViewHelper',
array('HtmlTag', array('tag' => 'div'))
)
'decorators' => array('ViewHelper')
)
);