Skip to content

Commit

Permalink
Merge branch 'MDL-54566_master' of git://github.com/markn86/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols authored and David Monllao committed May 17, 2016
2 parents 98c2893 + c7e4417 commit a8c2cb0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/tool/lp/lang/en/tool_lp.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@
$string['noactivities'] = 'No activities';
$string['nocompetencies'] = 'No competencies have been created in this framework.';
$string['nocompetenciesincourse'] = 'No competencies have been linked to this course.';
$string['nocompetenciesinevidence'] = 'No competencies have been linked to this evidence.';
$string['nocompetenciesinlearningplan'] = 'No competencies have been linked to this learning plan.';
$string['nocompetenciesintemplate'] = 'No competencies have been linked to this learning plan template.';
$string['nocompetencyframeworks'] = 'No competency frameworks have been created yet.';
$string['nocompetencyselected'] = 'No competency selected';
Expand Down
5 changes: 5 additions & 0 deletions admin/tool/lp/templates/plan_page.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@
{{/competencies}}
</tbody>
</table>
{{^competencies}}
<p class="alert alert-info">
{{#str}}nocompetenciesinlearningplan, tool_lp{{/str}}
</p>
{{/competencies}}
</div>
</div>
{{#js}}
Expand Down
5 changes: 5 additions & 0 deletions admin/tool/lp/templates/user_evidence_page.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
{{/usercompetencies}}
</tbody>
</table>
{{^usercompetencies}}
<p class="alert alert-info">
{{#str}}nocompetenciesinevidence, tool_lp{{/str}}
</p>
{{/usercompetencies}}
</div>
</div>

Expand Down

0 comments on commit a8c2cb0

Please sign in to comment.