forgot to put a label.

This commit is contained in:
naomiaro 2011-02-05 23:23:53 -05:00
parent 13847e738b
commit 0d300122b8
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class Application_Form_AddShowRepeats extends Zend_Form_SubForm
//Add type select
$this->addElement('select', 'add_show_repeat_type', array(
'required' => true,
'label' => 'Repeat Type:',
'multiOptions' => array(
"0" => "weekly",
"1" => "bi-weekly"