mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-73563 course: add vertical space above category action buttons.
This commit is contained in:
parent
e78184d827
commit
8d5e36d55d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue