From 1451dac31e6627ec350883e1e93af439b7ba7a2b Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Sat, 8 Aug 2009 11:46:43 +0000 Subject: [PATCH] MDL-19794 Removed a test help icon at the bottom of course/view.php --- course/view.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/course/view.php b/course/view.php index 4fe089a465..72936683cc 100644 --- a/course/view.php +++ b/course/view.php @@ -240,10 +240,6 @@ // Content wrapper end. echo "\n\n"; - $image = new html_image(); - $image->src = $OUTPUT->old_icon_url('help'); - $image->add_action('click', 'confirm_dialog', array('message' => 'Are you sure?')); - echo $OUTPUT->image($image); // Use AJAX? if ($useajax && has_capability('moodle/course:manageactivities', $context)) { // At the bottom because we want to process sections and activities -- 2.39.5