mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-10405 course: CSS classname correction
This commit is contained in:
parent
6e47fb1da3
commit
330e51fa14
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base {
|
||||||
'sr' => $onsectionpage ? $section->section : 0, 'delete' => 1));
|
'sr' => $onsectionpage ? $section->section : 0, 'delete' => 1));
|
||||||
$controls[] = html_writer::link($url,
|
$controls[] = html_writer::link($url,
|
||||||
html_writer::empty_tag('img', array('src' => $this->output->pix_url('t/delete'),
|
html_writer::empty_tag('img', array('src' => $this->output->pix_url('t/delete'),
|
||||||
'class' => 'iconsmall edit', 'alt' => $strdelete)),
|
'class' => 'icon delete', 'alt' => $strdelete)),
|
||||||
array('title' => $strdelete));
|
array('title' => $strdelete));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue