Skip to content

Commit

Permalink
MDL-30298 coursereport_completion: adds outer wrapper with class no-o…
Browse files Browse the repository at this point in the history
…verflow to report table so as to enable horizontal scroll
  • Loading branch information
Mary Evans committed Mar 11, 2012
1 parent 6066f65 commit 319ecdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions course/report/completion/index.php
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 @@ -704,6 +705,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 319ecdb

Please sign in to comment.