CC-2355: Repeating show should default to 'No End'

Done
This commit is contained in:
Yuchen Wang 2012-01-04 17:06:58 -05:00
parent 905775552d
commit a63d975fce
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class Application_Form_AddShowRepeats extends Zend_Form_SubForm
$this->addElement('checkbox', 'add_show_no_end', array(
'label' => 'No End?',
'required' => false,
'checked' => true,
));
}