MDL-13647 Added new icon. Merging from MOODLE_19_STABLE.

This commit is contained in:
nicolasconnault 2008-02-27 09:17:05 +00:00
parent 7955c18a5a
commit a1f21902d8
2 changed files with 1 additions and 2 deletions

View file

@ -808,8 +808,7 @@ class grade_structure {
if ($element['object']->is_outcome_item()) { if ($element['object']->is_outcome_item()) {
return '<img src="'.$CFG->pixpath.'/i/outcomes.gif" class="icon itemicon" alt="'.get_string('outcome', 'grades').'"/>'; return '<img src="'.$CFG->pixpath.'/i/outcomes.gif" class="icon itemicon" alt="'.get_string('outcome', 'grades').'"/>';
} else { } else {
//TODO: add better icon return '<img src="'.$CFG->pixpath.'/t/manual_item.gif" class="icon itemicon" alt="'.get_string('manualitem', 'grades').'"/>';
return '<img src="'.$CFG->pixpath.'/t/edit.gif" class="icon itemicon" alt="'.get_string('manualitem', 'grades').'"/>';
} }
} }
break; break;

BIN
pix/t/manual_item.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B