Skip to content

Commit

Permalink
MDL-51683 design: New icon for competencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barbararamiro authored and Frederic Massart committed May 31, 2016
1 parent 6a74e76 commit 000d660
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 79 deletions.
6 changes: 3 additions & 3 deletions admin/tool/lp/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function tool_lp_extend_navigation_course($navigation, $course, $coursecontext)
navigation_node::TYPE_SETTING,
null,
null,
new pix_icon('competency', '', 'tool_lp'));
new pix_icon('i/competencies', ''));
if (isset($settingsnode)) {
$navigation->add_node($settingsnode);
}
Expand Down Expand Up @@ -129,7 +129,7 @@ function tool_lp_extend_navigation_category_settings($navigation, $coursecategor
navigation_node::TYPE_SETTING,
null,
null,
new pix_icon('competency', '', 'tool_lp'));
new pix_icon('i/competencies', ''));
if (isset($settingsnode)) {
$navigation->add_node($settingsnode);
}
Expand All @@ -144,7 +144,7 @@ function tool_lp_extend_navigation_category_settings($navigation, $coursecategor
navigation_node::TYPE_SETTING,
null,
null,
new pix_icon('competency', '', 'tool_lp'));
new pix_icon('i/competencies', ''));
if (isset($settingsnode)) {
$navigation->add_node($settingsnode);
}
Expand Down
Binary file removed admin/tool/lp/pix/competency.png
Binary file not shown.
76 changes: 0 additions & 76 deletions admin/tool/lp/pix/competency.svg

This file was deleted.

10 changes: 10 additions & 0 deletions admin/tool/lp/upgrade.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This files describes changes in /admin/tool/lp/* - plugins,
information provided here is intended especially for developers.

=== 3.2 ===

* The icon 'competency.png/svg' has been removed, please use i/competencies instead.

=== 3.1.1 ===

* The plugin icon 'competency.png/svg' will be removed in the future use i/competencies instead.
Binary file added pix/i/competencies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions pix/i/competencies.svg
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 000d660

Please sign in to comment.