MDL-43083 Course: Swapping the edit/cog for the right size icon
authorJason Fowler <phalacee@gmail.com>
Wed, 27 Nov 2013 07:06:25 +0000 (15:06 +0800)
committerJason Fowler <phalacee@gmail.com>
Wed, 27 Nov 2013 07:06:25 +0000 (15:06 +0800)
course/format/renderer.php

index c296ec9..d4a44a2 100644 (file)
@@ -186,7 +186,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base {
         if ($PAGE->user_is_editing() && has_capability('moodle/course:update', $context)) {
             $url = new moodle_url('/course/editsection.php', array('id'=>$section->id, 'sr'=>$sectionreturn));
             $o.= html_writer::link($url,
-                html_writer::empty_tag('img', array('src' => $this->output->pix_url('t/edit'),
+                html_writer::empty_tag('img', array('src' => $this->output->pix_url('i/settings'),
                     'class' => 'iconsmall edit', 'alt' => get_string('edit'))),
                 array('title' => get_string('editsummary')));
         }