mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'MDL-32096-master' of git://github.com/peterRd/moodle
This commit is contained in:
commit
59f75c4f41
@ -724,7 +724,6 @@ if ($csv) {
|
||||
}
|
||||
|
||||
print '</table>';
|
||||
print $pagingbar;
|
||||
|
||||
$csvurl = new moodle_url('/report/completion/index.php', array('course' => $course->id, 'format' => 'csv'));
|
||||
$excelurl = new moodle_url('/report/completion/index.php', array('course' => $course->id, 'format' => 'excelcsv'));
|
||||
|
@ -441,7 +441,6 @@ if ($csv) {
|
||||
}
|
||||
print '</tbody></table>';
|
||||
print '</div>';
|
||||
print $pagingbar;
|
||||
|
||||
print '<ul class="progress-actions"><li><a href="index.php?course='.$course->id.
|
||||
'&format=csv">'.get_string('csvdownload','completion').'</a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user