8 calls to fp_reduce_whitespace()
Search API
- advise.history.inc in modules/
advise/ advise.history.inc - advise_popup_display_summary in modules/
advise/ advise.history.inc - Displays the printable advising summary.
- fp_get_js_alert_link in includes/
misc.inc - Creates a javascript "alert" link, which tells the user some message with javascript alert().
- fp_get_js_confirm_link in includes/
misc.inc - Creates a javascript "confirm" link, so when clicked it asks the user a question, then proceeds if they select OK. The main reason I want to do this is so I can pass the $question through my t() function. (do it when you call this function)
- fp_get_js_prompt_link in includes/
misc.inc - Creates a javascript "prompt" link, which will ask the user a question.
- misc.inc in includes/
misc.inc - This file contains misc functions for FlightPath
- _AdvisingScreen.php in classes/
_AdvisingScreen.php - _AdvisingScreen::display_popup_substitute in classes/
_AdvisingScreen.php - This is used to display the substitution popup to a user, to let them actually make a substitution.
