Skip to content

Commit

Permalink
MDL-30298 report_progress: adds outer wrapper with class no-overflow …
Browse files Browse the repository at this point in the history
…to report table so as to enable horizontal scroll bar
  • Loading branch information
Mary Evans committed Mar 12, 2012
1 parent a5ba7c3 commit 180bf7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions report/progress/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ function csv_quote($value) {
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
Expand Down Expand Up @@ -413,6 +414,7 @@ function csv_quote($value) {
exit;
}
print '</table>';
print '</div>';
print $pagingbar;

print '<ul class="progress-actions"><li><a href="index.php?course='.$course->id.
Expand Down

0 comments on commit 180bf7d

Please sign in to comment.