8 calls to fp_render_c_fieldset()

admin_display_edit_degree in modules/admin/admin.degrees.inc
This screen displays the form which allows the user to actually edit a degree.
blank_degrees_display_blank_degree in modules/blank_degrees/blank_degrees.module
blocks_render_block in modules/blocks/blocks.module
Implementation of hook_render_block. We are going to render out our content_block content type.
comments_display_main in modules/comments/comments.module
This displays the primary Comments tab, where we see past comments and can enter a new one (with the right permissions).
fp_render_array in includes/render.inc
This takes a render_array and generates the HTML for it. This usually is not called directly, but instead you should call fp_render_content() or fp_render_form()
student_search_get_advanced_search_tips in modules/student_search/student_search.module
Simply returns the HTML to display the "advanced search tips" collapsible fieldset and instructions.
z___advise_display_what_if_selection in modules/advise/advise.module
Displays the pulldown select list for picking a new What If degree. Returns HTML.
_AdvisingScreen::build_test_scores in classes/_AdvisingScreen.php
Constructs the HTML to show the student's test scores.