mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-73563 course: add vertical space above category action buttons.
This commit is contained in:
parent
e78184d827
commit
8d5e36d55d
@ -1750,7 +1750,7 @@ class core_course_renderer extends plugin_renderer_base {
|
||||
$output .= $this->coursecat_tree($chelper, $coursecat);
|
||||
|
||||
// Add action buttons
|
||||
$output .= $this->container_start('buttons');
|
||||
$output .= $this->container_start('buttons mt-3');
|
||||
if ($coursecat->is_uservisible()) {
|
||||
$context = get_category_or_system_context($coursecat->id);
|
||||
if (has_capability('moodle/course:create', $context)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user