mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-30298 report_progress: adds outer wrapper with class no-overflow to report table so as to enable horizontal scroll bar
This commit is contained in:
parent
a5ba7c3654
commit
180bf7d494
1 changed files with 2 additions and 0 deletions
|
@ -279,6 +279,7 @@ if (!$csv) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print '<div id="completion-progress-wrapper" class="no-overflow">';
|
||||||
print '<table id="completion-progress" class="generaltable flexible boxaligncenter" style="text-align:left"><tr style="vertical-align:top">';
|
print '<table id="completion-progress" class="generaltable flexible boxaligncenter" style="text-align:left"><tr style="vertical-align:top">';
|
||||||
|
|
||||||
// User heading / sort option
|
// User heading / sort option
|
||||||
|
@ -413,6 +414,7 @@ if ($csv) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
print '</div>';
|
||||||
print $pagingbar;
|
print $pagingbar;
|
||||||
|
|
||||||
print '<ul class="progress-actions"><li><a href="index.php?course='.$course->id.
|
print '<ul class="progress-actions"><li><a href="index.php?course='.$course->id.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue