diff --git a/enrol/authorize/uploadcsv.php b/enrol/authorize/uploadcsv.php index 8f8ecaa5462..b88a8c43eec 100644 --- a/enrol/authorize/uploadcsv.php +++ b/enrol/authorize/uploadcsv.php @@ -1,4 +1,4 @@ -set_cacheable(false); $PAGE->set_button($managebutton); echo $OUTPUT->header(); - print_heading_with_help($struploadcsv, 'authorize/uploadcsv', 'enrol'); + + $helpicon = new moodle_help_icon(); + $helpicon->text = $struploadcsv; + $helpicon->page = 'authorize/uploadcsv'; + $helpicon->module = 'enrol'; + echo $OUTPUT->heading_with_help($helpicon); /// Handle CSV file if (($form = data_submitted()) && confirm_sesskey()) {