mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-31957-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
0c6800e771
4 changed files with 32 additions and 5 deletions
|
@ -19,7 +19,7 @@ class course_reset_form extends moodleform {
|
|||
$mform->addElement('checkbox', 'reset_logs', get_string('deletelogs'));
|
||||
$mform->addElement('checkbox', 'reset_notes', get_string('deletenotes', 'notes'));
|
||||
$mform->addElement('checkbox', 'reset_comments', get_string('deleteallcomments', 'moodle'));
|
||||
$mform->addElement('checkbox', 'reset_course_completion', get_string('deletecoursecompletiondata', 'completion'));
|
||||
$mform->addElement('checkbox', 'reset_completion', get_string('deletecompletiondata', 'completion'));
|
||||
$mform->addElement('checkbox', 'delete_blog_associations', get_string('deleteblogassociations', 'blog'));
|
||||
$mform->addHelpButton('delete_blog_associations', 'deleteblogassociations', 'blog');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue