CC-2355: Repeating show should default to 'No End'
Done
This commit is contained in:
parent
905775552d
commit
a63d975fce
@ -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,
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user