Merge branch 'MDL-61183-34' of git://github.com/farhan6318/moodle into MOODLE_34_STABLE

This commit is contained in:
Andrew Nicols
2018-04-04 11:02:00 +08:00
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1477,6 +1477,7 @@ $string['parentcategory'] = 'Parent category';
$string['parentcoursenotfound'] = 'Parent course not found!';
$string['parentfolder'] = 'Parent folder';
$string['participants'] = 'Participants';
$string['participantscount'] = 'Number of participants: {$a}';
$string['participantslist'] = 'Participants list';
$string['participationratio'] = 'Participation ratio';
$string['participationreport'] = 'Participation report';
+2
View File
@@ -234,6 +234,8 @@ $participanttable->out($perpage, true);
$participanttablehtml = ob_get_contents();
ob_end_clean();
echo html_writer::tag('p', get_string('participantscount', 'moodle', $participanttable->totalrows));
if ($bulkoperations) {
echo '<form action="action_redir.php" method="post" id="participantsform">';
echo '<div>';