mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Merge branch 'MDL-72937' of https://github.com/paulholden/moodle
This commit is contained in:
commit
46d6c005e8
@ -302,7 +302,7 @@ function useredit_shared_definition(&$mform, $editoroptions, $filemanageroptions
|
||||
$mform->addHelpButton('maildisplay', 'emaildisplay');
|
||||
|
||||
if (get_config('tool_moodlenet', 'enablemoodlenet')) {
|
||||
$mform->addElement('text', 'moodlenetprofile', get_string('moodlenetprofile', 'user'));
|
||||
$mform->addElement('text', 'moodlenetprofile', get_string('moodlenetprofile', 'user'), 'maxlength="255" size="30"');
|
||||
$mform->setType('moodlenetprofile', PARAM_NOTAGS);
|
||||
$mform->addHelpButton('moodlenetprofile', 'moodlenetprofile', 'user');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user