CC-2701: Separate Support Settings from Preference page

- done.
This commit is contained in:
James 2011-08-18 18:58:59 -04:00
parent 91df62a3dd
commit d83f9f1b96
9 changed files with 149 additions and 98 deletions

View file

@ -18,8 +18,8 @@ class Application_Form_Preferences extends Zend_Form
$soundcloud_pref = new Application_Form_SoundcloudPreferences();
$this->addSubForm($soundcloud_pref, 'preferences_soundcloud');
$support_pref = new Application_Form_SupportPreferences();
$this->addSubForm($support_pref, 'preferences_support');
/*$support_pref = new Application_Form_SupportPreferences();
$this->addSubForm($support_pref, 'preferences_support');*/
$this->addElement('submit', 'submit', array(
'class' => 'ui-button ui-state-default right-floated',