adding class input_select, changing problem with min resolution select html.

This commit is contained in:
Naomi 2011-02-09 18:47:49 -05:00
parent d210a36358
commit e95b877960
2 changed files with 6 additions and 3 deletions

View file

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