-
Bug
-
Resolution: Fixed
-
Minor
-
1.7
-
None
-
MOODLE_17_STABLE
-
MOODLE_17_STABLE, MOODLE_18_STABLE
When going to "Edit mode" in course view, icons (like hide, delete, group) are not themed.
In example, the image "pix/t/hide.gif" is not taken from theme directory, but from moodle root.
I think the problem is in the "init_buttons" function of file /lib/ajax/section_classes.js, where the $CFG->pixpath variabile is not passed.
I'm attaching a screenshot of the problem.