Skip to content

Commit

Permalink
MDL-13087 Adding a page break before the first user report
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Feb 4, 2008
1 parent 74f7fe1 commit 63fc9bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grade/report/user/index.php
Expand Up @@ -95,7 +95,8 @@
echo '<div id="graded_users_selector">';
print_graded_users_selector($course, 'report/user/index.php?id=' . $course->id, $userid);
echo '</div>';

echo "<p style = 'page-break-after: always;'></p>";

if ($userid === 0) {
$gui = new graded_users_iterator($course);
$gui->init();
Expand Down

0 comments on commit 63fc9bd

Please sign in to comment.