MDL-87008 user: Set sticky footer for submit/cancel buttons.

This commit is contained in:
Luca Bösch
2026-01-30 13:46:43 +01:00
parent 5f23e7ec57
commit fc5ca5b450
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -105,6 +105,7 @@ class user_edit_form extends moodleform {
profile_definition($mform, $userid);
$this->add_action_buttons(true, get_string('updatemyprofile'));
$mform->set_sticky_footer('buttonar');
$this->set_data($user);
}
+1
View File
@@ -162,6 +162,7 @@ class user_editadvanced_form extends moodleform {
}
$this->add_action_buttons(true, $btnstring);
$mform->set_sticky_footer('buttonar');
$this->set_data($user);
}