mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-22574, filepicker conversion for user and group settings
This commit is contained in:
parent
246a9b05ba
commit
92b143f145
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ class group_form extends moodleform {
|
|||
$options = array(get_string('no'), get_string('yes'));
|
||||
$mform->addElement('select', 'hidepicture', get_string('hidepicture'), $options);
|
||||
|
||||
$mform->addElement('file', 'imagefile', get_string('newpicture', 'group'));
|
||||
$mform->addElement('filepicker', 'imagefile', get_string('newpicture', 'group'));
|
||||
$mform->addHelpButton('imagefile', 'newpicture', 'group');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue