7 calls to AdvisingScreen::draw_semester_box_bottom()

AdvisingScreen::build_excess_credit in classes/AdvisingScreen.php
Constructs the HTML to show the Excess Credits list.
AdvisingScreen::build_footnotes in classes/AdvisingScreen.php
Constructs the HTML which will show footnotes for substitutions and transfer credits.
AdvisingScreen::build_graduate_credit in classes/AdvisingScreen.php
Constructs the HTML which will be used to display the student's graduate credits (if any exist)
AdvisingScreen::build_test_scores in classes/AdvisingScreen.php
Constructs the HTML to show the student's test scores.
AdvisingScreen::build_transfer_credit in classes/AdvisingScreen.php
Constructs the HTML which will be used to display the student's transfer credits
AdvisingScreen::display_popup_group_select in classes/AdvisingScreen.php
This function displays the popup which lets a user select a course to be advised into a group.
AdvisingScreen::display_semester in classes/AdvisingScreen.php
Given a Semester object, this will generate the HTML to draw it out to the screen. We will take advantage of the render engine, so we can utilize hook_content_alter later on.