SAAS-876 - More work on stream settings page
This commit is contained in:
parent
6b9d9e8063
commit
ac2e1a2d4b
6 changed files with 38 additions and 72 deletions
|
@ -62,8 +62,8 @@ class Application_Form_StreamSetting extends Zend_Form
|
|||
|
||||
$custom = Application_Model_Preference::getUsingCustomStreamSettings();
|
||||
$customSettings = new Zend_Form_Element_Radio('customStreamSettings');
|
||||
$customSettings->setLabel(_('Stream Settings:'));
|
||||
$customSettings->setMultiOptions(array(_("Default"), _("Use Custom")));
|
||||
$customSettings->setLabel(_('Streaming Server:'));
|
||||
$customSettings->setMultiOptions(array(_("Airtime Pro Streaming"), _("Custom / 3rd Party")));
|
||||
$customSettings->setValue(!empty($custom) ? $custom : 0);
|
||||
$this->addElement($customSettings);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue