Merge branch 'master' of dev.sourcefabric.org:campcaster
This commit is contained in:
commit
bb0f610fca
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm
|
||||||
|
|
||||||
// Add URL element
|
// Add URL element
|
||||||
$this->addElement('text', 'add_show_url', array(
|
$this->addElement('text', 'add_show_url', array(
|
||||||
'label' => 'Show URL:',
|
'label' => 'Website:',
|
||||||
'class' => 'input_text',
|
'class' => 'input_text',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'filters' => array('StringTrim'),
|
'filters' => array('StringTrim'),
|
||||||
|
|
|
@ -44,5 +44,5 @@ icecast_description = "Airtime Radio!"
|
||||||
icecast_genre = "genre"
|
icecast_genre = "genre"
|
||||||
|
|
||||||
output_sound_device = false
|
output_sound_device = false
|
||||||
output_icecast_vorbis = true
|
output_icecast_vorbis = false
|
||||||
output_icecast_mp3 = true
|
output_icecast_mp3 = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue