Skip to content

Commit

Permalink
MDL-30298 report_completion: adds outer wrapper with class no-overflo…
Browse files Browse the repository at this point in the history
…w to report table so as to enable horizontal scroll bar
  • Loading branch information
Mary Evans committed Mar 11, 2012
1 parent 87993dc commit a5ba7c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions report/completion/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ function csv_quote($value) {
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
Expand Down Expand Up @@ -705,6 +706,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 a5ba7c3

Please sign in to comment.