MDL-13647 Added new icon.

This commit is contained in:
nicolasconnault
2008-02-27 09:15:59 +00:00
parent 7551972d69
commit a6b6baf25e
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -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;
Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B