MDL-34559 accessibility compliance for grade: Add forform input text and select tag

This commit is contained in:
Rossiani Wijaya 2012-07-27 18:13:44 +08:00
parent 470d47f512
commit 29bea63484
6 changed files with 11 additions and 7 deletions

View file

@ -473,7 +473,7 @@ function print_grade_plugin_selector($plugin_info, $active_type, $active_plugin,
// finally print/return the popup form
if ($count > 1) {
$select = new url_select($menu, $active, null, 'choosepluginreport');
$select->set_label(get_string('gradereport', 'grades'), array('class' => 'accesshide'));
if ($return) {
return $OUTPUT->render($select);
} else {