SAAS-868 - Fixes for pull request #115 - https://github.com/sourcefabric/airtime/pull/115
This commit is contained in:
parent
89e3eaa986
commit
afb02301c1
2 changed files with 22 additions and 29 deletions
|
@ -10,30 +10,6 @@ class Application_Form_SoundcloudPreferences extends Zend_Form_SubForm
|
|||
array('ViewScript', array('viewScript' => 'form/preferences_soundcloud.phtml'))
|
||||
));
|
||||
|
||||
// $select = new Zend_Form_Element_Select('SoundCloudTrackType');
|
||||
// $select->setLabel(_('Default Track Type:'));
|
||||
// $select->setAttrib('class', 'input_select');
|
||||
// $select->setMultiOptions(array(
|
||||
// "" => "",
|
||||
// "original" => _("Original"),
|
||||
// "remix" => _("Remix"),
|
||||
// "live" => _("Live"),
|
||||
// "recording" => _("Recording"),
|
||||
// "spoken" => _("Spoken"),
|
||||
// "podcast" => _("Podcast"),
|
||||
// "demo" => _("Demo"),
|
||||
// "in progress" => _("Work in progress"),
|
||||
// "stem" => _("Stem"),
|
||||
// "loop" => _("Loop"),
|
||||
// "sound effect" => _("Sound Effect"),
|
||||
// "sample" => _("One Shot Sample"),
|
||||
// "other" => _("Other")
|
||||
// ));
|
||||
// $select->setRequired(false);
|
||||
// $select->setValue(Application_Model_Preference::GetSoundCloudTrackType());
|
||||
// $select->setDecorators(array('ViewHelper'));
|
||||
// $this->addElement($select);
|
||||
|
||||
$select = new Zend_Form_Element_Select('SoundCloudLicense');
|
||||
$select->setLabel(_('Default License:'));
|
||||
$select->setAttrib('class', 'input_select');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue