MDL-19794 Removed a test help icon at the bottom of course/view.php

This commit is contained in:
nicolasconnault 2009-08-08 11:46:43 +00:00
parent 64e12bb710
commit 1451dac31e

View File

@ -240,10 +240,6 @@
// Content wrapper end.
echo "</div>\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