adding class input_select, changing problem with min resolution select html.
This commit is contained in:
parent
d210a36358
commit
e95b877960
2 changed files with 6 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue