add classes to day check in jQuery or else zend doesn't populate the form properly.

This commit is contained in:
Naomi 2011-02-10 19:19:55 -05:00
parent 81d66ebbb6
commit f3efc9edaa
3 changed files with 25 additions and 38 deletions

View file

@ -35,12 +35,6 @@ class Application_Form_AddShowRepeats extends Zend_Form_SubForm
),
));
$checkboxes = $this->getElement('add_show_day_check');
$checkboxes->setDecorators(array(array('ViewScript', array(
'viewScript' => 'form/add-show-checkbox.phtml'
))));
// Add end date element
$this->addElement('text', 'add_show_end_date', array(
'label' => 'Date End:',