mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-65671 calendar: tidy up calendar header
This commit is contained in:
parent
859bc931d8
commit
fed1cc738d
9 changed files with 25 additions and 9 deletions
|
@ -297,7 +297,8 @@ class core_calendar_renderer extends plugin_renderer_base {
|
|||
}
|
||||
|
||||
$select = html_writer::label($label, 'course', false, ['class' => 'mr-1']);
|
||||
$select .= html_writer::select($courseoptions, 'course', $selected, false, ['class' => 'cal_courses_flt']);
|
||||
$select .= html_writer::select($courseoptions, 'course', $selected, false,
|
||||
['class' => 'cal_courses_flt mr-auto']);
|
||||
|
||||
return $select;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue