add classes to day check in jQuery or else zend doesn't populate the form properly.
This commit is contained in:
parent
81d66ebbb6
commit
f3efc9edaa
3 changed files with 25 additions and 38 deletions
|
@ -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:',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue