mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'w33_MDL-34851_m24_enrolledsince' of git://github.com/skodak/moodle
This commit is contained in:
commit
b567fcfb50
@ -863,7 +863,8 @@ class course_enrolment_manager {
|
||||
$period = get_string('periodend', 'enrol', userdate($ue->timeend));
|
||||
$periodoutside = ($ue->timeend && $now > $ue->timeend);
|
||||
} else {
|
||||
$period = '';
|
||||
// If there is no start or end show when user was enrolled.
|
||||
$period = get_string('periodnone', 'enrol', userdate($ue->timecreated));
|
||||
$periodoutside = false;
|
||||
}
|
||||
$details['enrolments'][$ue->id] = array(
|
||||
|
@ -80,6 +80,7 @@ $string['participationactive'] = 'Active';
|
||||
$string['participationstatus'] = 'Status';
|
||||
$string['participationsuspended'] = 'Suspended';
|
||||
$string['periodend'] = 'until {$a}';
|
||||
$string['periodnone'] = 'enrolled {$a}';
|
||||
$string['periodstart'] = 'from {$a}';
|
||||
$string['periodstartend'] = 'from {$a->start} until {$a->end}';
|
||||
$string['recovergrades'] = 'Recover user\'s old grades if possible';
|
||||
|
Loading…
x
Reference in New Issue
Block a user