mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Merge branch 'MDL-82862-main' of https://github.com/sarjona/moodle
This commit is contained in:
commit
2b0b6e2177
@ -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