CC-2701: Separate Support Settings from Preference page
- done.
This commit is contained in:
parent
91df62a3dd
commit
d83f9f1b96
9 changed files with 149 additions and 98 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue