mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-34559 accessibility compliance for grade: Add forform input text and select tag
This commit is contained in:
parent
470d47f512
commit
29bea63484
6 changed files with 11 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue