mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-52534 tool_lp: Competencies can be attached to activities
This commit is contained in:
parent
8995c2702f
commit
db65073748
21 changed files with 1361 additions and 9 deletions
|
@ -55,6 +55,16 @@
|
|||
</label>
|
||||
</div>
|
||||
{{/canmanagecoursecompetencies}}
|
||||
<div data-region="coursecompetencyactivities">
|
||||
<ul class="inline">
|
||||
{{#coursemodules}}
|
||||
<li><a href="{{url}}"><img src="{{iconurl}}"> {{name}} </a></li>
|
||||
{{/coursemodules}}
|
||||
{{^coursemodules}}
|
||||
<li><span class="alert">{{#str}}noactivities, tool_lp{{/str}}</span></li>
|
||||
{{/coursemodules}}
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
{{/competencies}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue