-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
-
2.3
-
MOODLE_23_STABLE
-
MDL-34706_master -
The new (As of Moodle 2.3) set of change-num-sections icons at the bottom of the course format are very tiny and unnoticeable.
We wish to override them but they are the same icons that are used to minimize and maximize the blocks. (pix/t/switch_plus)
Please use a new set of icons
course/format/renderer.php (line 726)
$icon = $this->output->pix_icon('t/switch_plus', $straddsection);
|
course/format/renderer.php (line 736)
$icon = $this->output->pix_icon('t/switch_minus', $strremovesection);
|
Talking to our UI designer, I wish to add another request for the same original set of icons.
To have yet another set of icons for the assignment submission grading page, In which the teacher can show/hide a preview of the student's online submitted content.