mirror of
https://github.com/moodle/moodle.git
synced 2025-04-03 23:42:39 +02:00
MDL-53925 competency: Plan and template descriptions are not displayed
This commit is contained in:
parent
3219a4535f
commit
cb22606ce7
@ -37,6 +37,7 @@
|
||||
<a href="{{pluginbaseurl}}/editcompetencyframework.php?id={{framework.id}}&pagecontextid={{pagecontextid}}&return=competencies">{{#pix}}t/edit, core, {{#str}}editcompetencyframework, tool_lp{{/str}}{{/pix}}</a>
|
||||
{{/canmanage}}
|
||||
</h2>
|
||||
<div>{{{framework.description}}}</div>
|
||||
<h3>{{#str}}competencies, core_competency{{/str}}</h3>
|
||||
<div class="row-fluid">
|
||||
<div class="span6">
|
||||
|
@ -33,6 +33,7 @@
|
||||
</div>
|
||||
{{/plan.canbeedited}}
|
||||
<div data-region="plan-summary">
|
||||
{{{plan.description}}}
|
||||
<dl>
|
||||
<dt>{{#str}}status, tool_lp{{/str}}</dt>
|
||||
<dd>
|
||||
|
@ -24,6 +24,7 @@
|
||||
<a href="{{pluginbaseurl}}/edittemplate.php?id={{template.id}}&pagecontextid={{pagecontextid}}">{{#pix}}t/edit, core, {{#str}}edittemplate, tool_lp{{/str}}{{/pix}}</a>
|
||||
{{/template.canmanage}}
|
||||
</h2>
|
||||
<div>{{{template.description}}}</div>
|
||||
{{#canmanagetemplatecompetencies}}
|
||||
<div data-region="actions" class="clearfix">
|
||||
<div class="pull-left">
|
||||
|
@ -42,6 +42,7 @@
|
||||
}}
|
||||
{{#usercompetencysummary}}
|
||||
<div data-region="user-competency-full-info" data-node="user-competency" data-competencyid="{{usercompetency.competencyid}}" data-userid="{{usercompetency.userid}}" data-region-id="{{uniqid}}">
|
||||
<div>{{{plan.description}}}</div>
|
||||
{{#plan.iscompleted}}
|
||||
<div class="alert alert-info" role="alert">
|
||||
{{#str}} usercompetencyfrozen, tool_lp {{/str}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user