mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-30298 report_completion: adds outer wrapper with class no-overflow to report table so as to enable horizontal scroll bar
This commit is contained in:
parent
87993dca90
commit
a5ba7c3654
@ -333,6 +333,7 @@ if (!$csv) {
|
||||
exit;
|
||||
}
|
||||
|
||||
print '<div id="completion-progress-wrapper" class="no-overflow">';
|
||||
print '<table id="completion-progress" class="generaltable flexible boxaligncenter completionreport" style="text-align: left" cellpadding="5" border="1">';
|
||||
|
||||
// Print criteria group names
|
||||
@ -705,6 +706,7 @@ if ($csv) {
|
||||
exit;
|
||||
}
|
||||
print '</table>';
|
||||
print '</div>';
|
||||
print $pagingbar;
|
||||
|
||||
print '<ul class="progress-actions"><li><a href="index.php?course='.$course->id.
|
||||
|
Loading…
x
Reference in New Issue
Block a user