show cancelling available (needed for repeating shows)
This commit is contained in:
parent
9a7dda49fe
commit
a83a4b6bae
5 changed files with 61 additions and 28 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue