mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-13647 Added new icon. Merging from MOODLE_19_STABLE.
This commit is contained in:
parent
7955c18a5a
commit
a1f21902d8
2 changed files with 1 additions and 2 deletions
|
@ -808,8 +808,7 @@ class grade_structure {
|
|||
if ($element['object']->is_outcome_item()) {
|
||||
return '<img src="'.$CFG->pixpath.'/i/outcomes.gif" class="icon itemicon" alt="'.get_string('outcome', 'grades').'"/>';
|
||||
} else {
|
||||
//TODO: add better icon
|
||||
return '<img src="'.$CFG->pixpath.'/t/edit.gif" class="icon itemicon" alt="'.get_string('manualitem', 'grades').'"/>';
|
||||
return '<img src="'.$CFG->pixpath.'/t/manual_item.gif" class="icon itemicon" alt="'.get_string('manualitem', 'grades').'"/>';
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
BIN
pix/t/manual_item.gif
Normal file
BIN
pix/t/manual_item.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 B |
Loading…
Add table
Add a link
Reference in a new issue