added more options for show repeats

This commit is contained in:
Jamie Connor 2013-09-03 12:25:22 +12:00
parent b1e71e5adf
commit 03f383f764
2 changed files with 13 additions and 1 deletions

View file

@ -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")
),
));