Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 63... Línea 63...
63
            manager::get_available_completion_options($this->courseid),
63
            manager::get_available_completion_options($this->courseid),
64
            $this->currenturl->out(false)
64
            $this->currenturl->out(false)
65
        );
65
        );
66
        $selectmenu->set_label(
66
        $selectmenu->set_label(
67
            get_string('coursecompletionnavigation', 'completion'),
67
            get_string('coursecompletionnavigation', 'completion'),
68
            ['class' => 'sr-only']
68
            ['class' => 'visually-hidden']
69
        );
69
        );
Línea 70... Línea 70...
70
 
70
 
71
        return [
71
        return [
-
 
72
            'navigation' => $selectmenu->export_for_template($output),
72
            'navigation' => $selectmenu->export_for_template($output),
73
            'headinglevel' => 2,
73
        ];
74
        ];
74
    }
75
    }