From 44643a6c4b63b5f16bf112238603fdee9b5a16d1 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 23 Jul 2015 16:49:50 +0200 Subject: [PATCH] PreferenceForm: Improve button placement --- application/forms/PreferenceForm.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/application/forms/PreferenceForm.php b/application/forms/PreferenceForm.php index d098cb781..409feb751 100644 --- a/application/forms/PreferenceForm.php +++ b/application/forms/PreferenceForm.php @@ -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') ) );