mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-58070-visible-reword' of https://github.com/DSI-Universite-Rennes2/moodle
This commit is contained in:
commit
842217de6c
3 changed files with 6 additions and 4 deletions
|
@ -89,8 +89,8 @@ class tool_uploadcourse_step2_form extends tool_uploadcourse_base_form {
|
|||
$choices = array();
|
||||
$choices['0'] = get_string('hide');
|
||||
$choices['1'] = get_string('show');
|
||||
$mform->addElement('select', 'defaults[visible]', get_string('visible'), $choices);
|
||||
$mform->addHelpButton('defaults[visible]', 'visible');
|
||||
$mform->addElement('select', 'defaults[visible]', get_string('coursevisibility'), $choices);
|
||||
$mform->addHelpButton('defaults[visible]', 'coursevisibility');
|
||||
$mform->setDefault('defaults[visible]', $courseconfig->visible);
|
||||
|
||||
$mform->addElement('date_selector', 'defaults[startdate]', get_string('startdate'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue