Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 94... Línea 94...
94
        }
94
        }
Línea 95... Línea 95...
95
 
95
 
96
        // Render the activity list dropdown menu if available.
96
        // Render the activity list dropdown menu if available.
97
        if (!empty($activitylist)) {
97
        if (!empty($activitylist)) {
98
            $select = new url_select($activitylist, '', array('' => get_string('jumpto')));
98
            $select = new url_select($activitylist, '', array('' => get_string('jumpto')));
99
            $select->set_label(get_string('jumpto'), array('class' => 'sr-only'));
99
            $select->set_label(get_string('jumpto'), ['class' => 'visually-hidden']);
100
            $select->attributes = array('id' => 'jump-to-activity');
100
            $select->attributes = array('id' => 'jump-to-activity');
101
            $this->activitylist = $select;
101
            $this->activitylist = $select;
102
        }
102
        }