mirror of
https://github.com/moodle/moodle.git
synced 2025-04-12 20:12:15 +02:00
MDL-44027 groups: remove some junk html
This commit is contained in:
parent
3bd9c97774
commit
c3c424a05c
@ -135,7 +135,7 @@ class autogroup_form extends moodleform {
|
||||
$mform->setType('seed', PARAM_INT);
|
||||
|
||||
$buttonarray = array();
|
||||
$buttonarray[] = &$mform->createElement('submit', 'preview', get_string('preview'), 'xx');
|
||||
$buttonarray[] = &$mform->createElement('submit', 'preview', get_string('preview'));
|
||||
$buttonarray[] = &$mform->createElement('submit', 'submitbutton', get_string('submit'));
|
||||
$buttonarray[] = &$mform->createElement('cancel');
|
||||
$mform->addGroup($buttonarray, 'buttonar', '', array(' '), false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user