mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 20:13:14 +01:00
MDL-82862 tool_lp: Update edit icon for learning plans
The edit icon in the learning plans page has been replaced from pen to cog, for consistency with changes done in MDL-82211. This patch also reduces the size for this icon.
This commit is contained in:
parent
e0a9cf2288
commit
62c2c6f385
@ -253,6 +253,12 @@ ul.competency-tree img {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
[data-region="managecompetencies"] a .icon {
|
||||
[data-region="managecompetencies"] a .icon,
|
||||
[data-region="plan-page"] a .icon {
|
||||
color: initial;
|
||||
}
|
||||
|
||||
[data-region="managecompetencies"] h2 a .icon,
|
||||
[data-region="plan-page"] h2 a .icon {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
@ -21,7 +21,9 @@
|
||||
<h2>
|
||||
{{{plan.name}}}
|
||||
{{#plan.canbeedited}}
|
||||
<a href="{{pluginbaseurl}}/editplan.php?id={{plan.id}}&userid={{plan.userid}}">{{#pix}}t/edit, core, {{#str}}editplan, tool_lp{{/str}}{{/pix}}</a>
|
||||
<a href="{{pluginbaseurl}}/editplan.php?id={{plan.id}}&userid={{plan.userid}}">
|
||||
{{#pix}}i/settings, core, {{#str}}editplan, tool_lp{{/str}}{{/pix}}
|
||||
</a>
|
||||
{{/plan.canbeedited}}
|
||||
</h2>
|
||||
{{#plan.canbeedited}}
|
||||
@ -201,4 +203,3 @@ require(['tool_lp/competencies', 'tool_lp/planactions', 'tool_lp/user_competency
|
||||
ucw.on('error-occured', planActions.refresh.bind(planActions, '[data-region="plan-summary"]'));
|
||||
});
|
||||
{{/js}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user