Skip to content

Commit

Permalink
MDL-53528 core: New edit inline icon
Browse files Browse the repository at this point in the history
  • Loading branch information
barbararamiro authored and Frederic Massart committed Apr 18, 2016
1 parent 5f887f4 commit 300d30e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/lp/classes/form/competency.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function definition() {
get_string('parentcompetency', 'tool_lp');
$editaction = '';
if (!$competency->get_id()) {
$icon = $OUTPUT->pix_icon('t/editstring', get_string('parentcompetency_edit', 'tool_lp'));
$icon = $OUTPUT->pix_icon('t/editinline', get_string('parentcompetency_edit', 'tool_lp'));
$editaction = $OUTPUT->action_link('#', $icon, null, array('id' => 'id_parentcompetencybutton'));
}

Expand Down
Binary file added pix/t/editinline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions pix/t/editinline.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 300d30e

Please sign in to comment.