diff --git a/CHANGES.md b/CHANGES.md index 3b6e04e34..0aed19651 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -30,6 +30,7 @@ Changes in 11.1 - CSS themes: force .tooltip styles when inside .widefat table head in stylesheet.css - Fix SQL error null value in column "student_id" in Eligibility/Student.php - Fix SQL error Unknown column 'a.ADDRESS' in 'where clause' in Percent.php +- CSS Fix PDF Frame background when multiple pages in HonorRoll.fnc.php Changes in 11.0.2 ----------------- diff --git a/modules/Grades/includes/HonorRoll.fnc.php b/modules/Grades/includes/HonorRoll.fnc.php index 2d7374621..3caffa6be 100644 --- a/modules/Grades/includes/HonorRoll.fnc.php +++ b/modules/Grades/includes/HonorRoll.fnc.php @@ -129,19 +129,25 @@ function HonorRollPDF( $student_array, $is_list, $honor_roll_text ) } } + // Frame height is a few pixels below page height & depends on page format (A4 or US Letter) + $frame_height = Preferences( 'PAGE_SIZE' ) === 'A4' ? '992' : '1085'; + echo ''; foreach ( (array) $RET as $student) { - echo '