Follow up changes relating to adding in new show repeat options
This commit is contained in:
parent
6da9b6bf42
commit
f7f2cdc51c
3 changed files with 9 additions and 5 deletions
|
@ -18,8 +18,8 @@ class Application_Form_AddShowRepeats extends Zend_Form_SubForm
|
|||
'multiOptions' => array(
|
||||
"0" => _("weekly"),
|
||||
"1" => _("every 2 weeks"),
|
||||
"3" => _("every 3 weeks"),
|
||||
"4" => _("every 4 weeks"),
|
||||
"4" => _("every 3 weeks"),
|
||||
"5" => _("every 4 weeks"),
|
||||
"2" => _("monthly")
|
||||
),
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue