Merge branch 'MDL-76823-main' of https://github.com/sh-csg/moodle

This commit is contained in:
Huong Nguyen
2025-10-17 10:09:04 +07:00
5 changed files with 20 additions and 0 deletions
+1
View File
@@ -447,6 +447,7 @@ class course_edit_form extends moodleform {
$buttonarray[] = &$mform->createElement('cancel');
$mform->addGroup($buttonarray, 'buttonar', '', array(' '), false);
$mform->closeHeaderBefore('buttonar');
$mform->set_sticky_footer('buttonar');
$mform->addElement('hidden', 'id', null);
$mform->setType('id', PARAM_INT);
+1
View File
@@ -1118,6 +1118,7 @@ abstract class moodleform_mod extends moodleform {
$mform->addGroup($buttonarray, 'buttonar', '', array(' '), false);
$mform->setType('buttonar', PARAM_RAW);
$mform->set_sticky_footer('buttonar');
}
/**
@@ -47,6 +47,12 @@ body {
}
}
}
fieldset div {
justify-content: flex-end;
}
[data-groupname="buttonar"] {
width: 100%;
}
}
.hasstickyfooter .stickyfooter {
+6
View File
@@ -38559,6 +38559,12 @@ body {
padding: 0 1rem;
}
}
.stickyfooter fieldset div {
justify-content: flex-end;
}
.stickyfooter [data-groupname=buttonar] {
width: 100%;
}
.hasstickyfooter .stickyfooter {
bottom: 0;
+6
View File
@@ -38493,6 +38493,12 @@ body {
padding: 0 1rem;
}
}
.stickyfooter fieldset div {
justify-content: flex-end;
}
.stickyfooter [data-groupname=buttonar] {
width: 100%;
}
.hasstickyfooter .stickyfooter {
bottom: 0;