16 calls to fp_render_c_fieldset()
Search API
- admin.degrees.inc in modules/
admin/ admin.degrees.inc - admin_display_edit_degree in modules/
admin/ admin.degrees.inc - This screen displays the form which allows the user to actually edit a degree.
- advise.module in modules/
advise/ advise.module - blank_degrees.module in modules/
blank_degrees/ blank_degrees.module - blank_degrees_display_blank_degree in modules/
blank_degrees/ blank_degrees.module - blocks.module in modules/
blocks/ blocks.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.module in modules/
comments/ comments.module - 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()
- render.inc in includes/
render.inc - student_search.module in modules/
student_search/ student_search.module - 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.php in classes/
_AdvisingScreen.php - _AdvisingScreen::build_test_scores in classes/
_AdvisingScreen.php - Constructs the HTML to show the student's test scores.
