CC-1902 default duration is 1:00
This commit is contained in:
parent
85ab11dc56
commit
8dbb79d9e2
2 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,7 @@ class Application_Form_AddShowWhen extends Zend_Form_SubForm
|
|||
$this->addElement('text', 'add_show_duration', array(
|
||||
'label' => 'Duration:',
|
||||
'class' => 'input_text',
|
||||
'value' => '1:00',
|
||||
'required' => true,
|
||||
'filters' => array('StringTrim'),
|
||||
'validators' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue