Skip to content

Commit

Permalink
MDL-13647 Added new icon. Merging from MOODLE_19_STABLE.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Feb 27, 2008
1 parent 7955c18 commit a1f2190
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grade/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,7 @@ function get_element_icon(&$element, $spacerifnone=false) {
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;
Expand Down
Binary file added pix/t/manual_item.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a1f2190

Please sign in to comment.