mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Merge branch 'MDL-39011_master' of github.com:totara/openbadges
This commit is contained in:
commit
f4f0a085d8
@ -86,6 +86,7 @@ class edit_backpack_group_form extends moodleform {
|
||||
$mform->addElement('static', 'url', get_string('url'), 'http://backpack.openbadges.org');
|
||||
|
||||
$mform->addElement('text', 'email', get_string('email'), array('size' => '50'));
|
||||
$mform->setType('email', PARAM_EMAIL);
|
||||
$mform->setDefault('email', $data->email);
|
||||
$mform->freeze(array('email'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user