mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-74221 enrol_lti: revert order change for action buttons
This commit is contained in:
parent
20f8914f1e
commit
706d7885b4
@ -42,9 +42,6 @@ class create_registration_form extends \moodleform {
|
||||
$mform->addHelpButton('name', 'registerplatform:name', 'enrol_lti');
|
||||
|
||||
// Continue/cancel buttons.
|
||||
$buttonarray = [];
|
||||
$buttonarray[] = $mform->createElement('cancel');
|
||||
$buttonarray[] = $mform->createElement('submit', 'submitbutton', get_string('continue'));
|
||||
$mform->addGroup($buttonarray, 'buttonar', '', ' ', false);
|
||||
$this->add_action_buttons(true, get_string('continue'));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user