Merge branch 'MDL-61183-34' of git://github.com/farhan6318/moodle into MOODLE_34_STABLE
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user