mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'wip-MDL-51354_master' of https://github.com/cdsmith-umn/moodle
This commit is contained in:
commit
ab64fe91fc
@ -558,7 +558,10 @@ $string['edituser'] = 'Edit user accounts';
|
||||
$string['edulevelother'] = 'Other';
|
||||
$string['edulevelteacher'] = 'Teaching';
|
||||
$string['edulevelparticipating'] = 'Participating';
|
||||
$string['edulevel'] = 'Educational level';
|
||||
$string['edulevel'] = 'All events';
|
||||
$string['edulevel_help'] = '* Teaching - actions performed by a teacher, e.g. updating a resource
|
||||
* Participating - actions performed by a student, e.g. posting in a forum
|
||||
* Other - actions performed by a user with a role other than teacher or student';
|
||||
$string['email'] = 'Email address';
|
||||
$string['emailalreadysent'] = 'A password reset email has already been sent. Please check your email.';
|
||||
$string['emailactive'] = 'Email activated';
|
||||
|
@ -167,7 +167,7 @@ class report_log_renderer extends plugin_renderer_base {
|
||||
// Add edulevel.
|
||||
$edulevel = $reportlog->get_edulevel_options();
|
||||
echo html_writer::label(get_string('edulevel'), 'menuedulevel', false, array('class' => 'accesshide'));
|
||||
echo html_writer::select($edulevel, 'edulevel', $reportlog->edulevel, false);
|
||||
echo html_writer::select($edulevel, 'edulevel', $reportlog->edulevel, false).$this->help_icon('edulevel');
|
||||
|
||||
// Add reader option.
|
||||
// If there is some reader available then only show submit button.
|
||||
|
Loading…
x
Reference in New Issue
Block a user