Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e47fb1
)
MDL-10405 course: CSS classname correction
author
Marina Glancy
<marina@moodle.com>
Tue, 10 Feb 2015 04:50:08 +0000
(12:50 +0800)
committer
David Monllao
<davidm@moodle.com>
Tue, 10 Feb 2015 05:05:51 +0000
(13:05 +0800)
course/format/renderer.php
patch
|
blob
|
blame
|
history
diff --git
a/course/format/renderer.php
b/course/format/renderer.php
index
6002ff8
..
af8533c
100644
(file)
--- a/
course/format/renderer.php
+++ b/
course/format/renderer.php
@@
-266,7
+266,7
@@
abstract class format_section_renderer_base extends plugin_renderer_base {
'sr' => $onsectionpage ? $section->section : 0, 'delete' => 1));
$controls[] = html_writer::link($url,
html_writer::empty_tag('img', array('src' => $this->output->pix_url('t/delete'),
- 'class' => 'icon
small edit
', 'alt' => $strdelete)),
+ 'class' => 'icon
delete
', 'alt' => $strdelete)),
array('title' => $strdelete));
}