diff --git a/user/addnote.php b/user/addnote.php index 79a8263b14e..074891ecc0e 100644 --- a/user/addnote.php +++ b/user/addnote.php @@ -107,7 +107,7 @@ foreach ($users as $k => $v) { if(!$user = $DB->get_record('user', array('id'=>$v))) { continue; } - $checkbox = html_writer::label(get_string('selectnotestate', 'note'), 'menustates', false, array('class' => 'accesshide')); + $checkbox = html_writer::label(get_string('selectnotestate', 'notes'), 'menustates', false, array('class' => 'accesshide')); $checkbox .= html_writer::select($state_names, 'states[' . $k . ']', empty($states[$k]) ? NOTES_STATE_PUBLIC : $states[$k], false, array('id' => 'menustates')); $table->data[] = array( ''. fullname($user, true), diff --git a/user/index.php b/user/index.php index 0f4a64ade54..b3abbbfaa4a 100644 --- a/user/index.php +++ b/user/index.php @@ -812,8 +812,8 @@ } if (has_capability('moodle/site:viewparticipants', $context) && $totalcount > ($perpage*3)) { - echo '