From: nicolasconnault Date: Sat, 8 Aug 2009 11:46:43 +0000 (+0000) Subject: MDL-19794 Removed a test help icon at the bottom of course/view.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1451dac31e6627ec350883e1e93af439b7ba7a2b;p=moodle.git MDL-19794 Removed a test help icon at the bottom of course/view.php --- 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