MDL-30298 coursereport_progress: adds outer wrapper with class no-overflow to report table so as to enable horizontal scroll bar

This commit is contained in:
Mary Evans
2012-03-12 10:52:54 +00:00
parent 319ecdb58a
commit fc2d52bd34
+2
View File
@@ -259,6 +259,7 @@ if(!$csv) {
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">';
// User heading / sort option
@@ -392,6 +393,7 @@ if($csv) {
exit;
}
print '</table>';
print '</div>';
print $pagingbar;
print '<ul class="progress-actions"><li><a href="index.php?course='.$course->id.