mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-52195 tool_lp: New page that lists the plans of a template
This commit is contained in:
parent
578e61c18a
commit
f0b2e58190
5 changed files with 258 additions and 1 deletions
|
@ -38,6 +38,7 @@
|
|||
<tr>
|
||||
<th scope="col">{{#str}}templatename, tool_lp{{/str}}</th>
|
||||
<th scope="col">{{#str}}context, core_role{{/str}}</th>
|
||||
<th scope="col">{{#str}}userplans, tool_lp{{/str}}</th>
|
||||
<th scope="col">{{#str}}actions, tool_lp{{/str}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -46,6 +47,7 @@
|
|||
<tr class="drag-samenode" data-templateid="{{id}}">
|
||||
<td><a href="{{pluginbaseurl}}/templatecompetencies.php?templateid={{id}}&pagecontextid={{pagecontextid}}">{{shortname}}</a></span> {{^visible}}{{#str}}hiddenhint, tool_lp{{/str}}{{/visible}}</td>
|
||||
<td>{{contextname}}</td>
|
||||
<td><a href="{{pluginbaseurl}}/template_plans.php?id={{id}}&pagecontextid={{pagecontextid}}">{{planscount}}</a></td>
|
||||
<td>
|
||||
{{#canmanage}}
|
||||
<ul class="templateactions">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue