added more options for show repeats
This commit is contained in:
parent
b1e71e5adf
commit
03f383f764
2 changed files with 13 additions and 1 deletions
|
@ -17,7 +17,9 @@ class Application_Form_AddShowRepeats extends Zend_Form_SubForm
|
|||
'class' => ' input_select',
|
||||
'multiOptions' => array(
|
||||
"0" => _("weekly"),
|
||||
"1" => _("bi-weekly"),
|
||||
"1" => _("every 2 weeks"),
|
||||
"3" => _("every 3 weeks"),
|
||||
"4" => _("every 4 weeks"),
|
||||
"2" => _("monthly")
|
||||
),
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue