| … | |
… | |
| 455 | -values => [qw(all none selected match_ids match_section match_recitation)], |
455 | -values => [qw(all none selected match_ids match_section match_recitation)], |
| 456 | -default => $actionParams{"action.filter.scope"}->[0] || "selected", |
456 | -default => $actionParams{"action.filter.scope"}->[0] || "selected", |
| 457 | -labels => { |
457 | -labels => { |
| 458 | all => "all users", |
458 | all => "all users", |
| 459 | none => "no users", |
459 | none => "no users", |
| 460 | selected => "selected users", |
460 | selected => "users selected below", |
| 461 | match_ids => "users with matching user IDs:", |
461 | match_ids => "users with matching user IDs:", |
| 462 | match_section => "users in selected section", |
462 | match_section => "users in selected section", |
| 463 | match_recitation => "users in selected recitation", |
463 | match_recitation => "users in selected recitation", |
| 464 | }, |
464 | }, |
| 465 | -onchange => $onChange, |
465 | -onchange => $onChange, |