From 33e4d6154d50d74b972ca89ddaf2df3c6deb998f Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 12 Nov 2012 14:43:44 -0500 Subject: [PATCH] CC-4693: Preferences: Bottom save button is not aligned -fixed --- airtime_mvc/application/forms/Preferences.php | 6 ------ .../application/views/scripts/form/preferences.phtml | 2 -- .../application/views/scripts/preference/index.phtml | 2 ++ 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/airtime_mvc/application/forms/Preferences.php b/airtime_mvc/application/forms/Preferences.php index 019ec293b..e9e2edc9e 100644 --- a/airtime_mvc/application/forms/Preferences.php +++ b/airtime_mvc/application/forms/Preferences.php @@ -23,11 +23,5 @@ class Application_Form_Preferences extends Zend_Form $soundcloud_pref = new Application_Form_SoundcloudPreferences(); $this->addSubForm($soundcloud_pref, 'preferences_soundcloud'); - $saveBtn = new Zend_Form_Element_Button('pref_save'); - $saveBtn->setAttrib('class', 'btn btn-small right-floated'); - $saveBtn->setIgnore(true); - $saveBtn->setLabel('Save'); - $this->addElement($saveBtn); - } } diff --git a/airtime_mvc/application/views/scripts/form/preferences.phtml b/airtime_mvc/application/views/scripts/form/preferences.phtml index dec3c511e..cac7af2b2 100644 --- a/airtime_mvc/application/views/scripts/form/preferences.phtml +++ b/airtime_mvc/application/views/scripts/form/preferences.phtml @@ -13,6 +13,4 @@ element->getSubform('preferences_soundcloud') ?> - element->getElement('pref_save') ?> - diff --git a/airtime_mvc/application/views/scripts/preference/index.phtml b/airtime_mvc/application/views/scripts/preference/index.phtml index 5dfc83166..782b655a0 100644 --- a/airtime_mvc/application/views/scripts/preference/index.phtml +++ b/airtime_mvc/application/views/scripts/preference/index.phtml @@ -10,5 +10,7 @@ echo $this->statusMsg; echo $this->form; ?> +
+