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;
?>
+
+