Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDL-43083 Course: Swapping the edit/cog for the right size icon
  • Loading branch information
jsnfwlr authored and Damyon Wiese committed Dec 4, 2013
1 parent ac184c9 commit 3690a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/format/renderer.php
Expand Up @@ -186,7 +186,7 @@ protected function section_header($section, $course, $onsectionpage, $sectionret
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')));
}
Expand Down

0 comments on commit 3690a9d

Please sign in to comment.