show cancelling available (needed for repeating shows)

This commit is contained in:
naomiaro 2011-02-12 17:21:37 -05:00
parent 9a7dda49fe
commit a83a4b6bae
5 changed files with 61 additions and 28 deletions

View file

@ -23,6 +23,7 @@ class Application_Form_AddShowWhen extends Zend_Form_SubForm
'label' => 'Start Time:',
'class' => 'input_text',
'required' => true,
'value' => '0:00',
'filters' => array('StringTrim'),
'validators' => array(
'NotEmpty',