mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-19794 Removed a test help icon at the bottom of course/view.php
This commit is contained in:
parent
64e12bb710
commit
1451dac31e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user