CC-2355: Repeating show should default to 'No End'
Done
This commit is contained in:
parent
905775552d
commit
a63d975fce
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue