diff --git a/admin/tool/lp/lang/en/tool_lp.php b/admin/tool/lp/lang/en/tool_lp.php index 66db1cbac4c..62dc78a425e 100644 --- a/admin/tool/lp/lang/en/tool_lp.php +++ b/admin/tool/lp/lang/en/tool_lp.php @@ -391,8 +391,7 @@ $string['usercommentedonaplanhtml'] = '

{$a->fullname} commented on the plan " $string['usercommentedonaplansmall'] = '{$a->fullname} commented on the plan "{$a->plan}".'; $string['usercommentedonaplansubject'] = '{$a} commented on a plan.'; $string['uponcoursemodulecompletion'] = 'Upon activity completion:'; -$string['usercompetencyfrozen'] = '

This record is now frozen. It reflects the state of the user\'s competency when their plan was marked as complete.

-

Go back to {$a->name}

'; +$string['usercompetencyfrozen'] = 'This record is now frozen. It reflects the state of the user\'s competency when their plan was marked as complete.'; $string['usercompetencystatus_idle'] = 'Idle'; $string['usercompetencystatus_inreview'] = 'In review'; $string['usercompetencystatus_waitingforreview'] = 'Waiting for review'; diff --git a/admin/tool/lp/templates/user_competency_summary_in_plan.mustache b/admin/tool/lp/templates/user_competency_summary_in_plan.mustache index 21877efa0c7..36b6fec779c 100644 --- a/admin/tool/lp/templates/user_competency_summary_in_plan.mustache +++ b/admin/tool/lp/templates/user_competency_summary_in_plan.mustache @@ -38,49 +38,15 @@ * evidence - array of evidence * commentarea - comment block * plan - plan summary record - * statusname - status name - * description - plan description - * isdraft - is draft * iscompleted - is completed - * duedateformatted - due date formatted - * url - url of the plan - * name - plan name - * template - template This template does not have an example context because it includes ajax functionality. }} {{#usercompetencysummary}}
-
-
-
{{#str}}status, tool_lp{{/str}}
-
- - {{plan.statusname}} - -
- {{#plan.duedate}} -
{{#str}}duedate, tool_lp{{/str}}
-
{{plan.duedateformatted}}
- {{/plan.duedate}} - {{#plan.template}} -
{{#str}}template, tool_lp{{/str}}
-
{{plan.template.shortname}}
- {{/plan.template}} - {{#description}} -
{{#str}}description{{/str}}
-
{{{plan.description}}}
- {{/description}} -
-
{{#plan.iscompleted}} {{/plan.iscompleted}}
diff --git a/admin/tool/lp/version.php b/admin/tool/lp/version.php index 7ff2ee0bcd2..4d9d06f5f59 100644 --- a/admin/tool/lp/version.php +++ b/admin/tool/lp/version.php @@ -25,6 +25,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016020914; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2016020915; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2014110400; // Requires this Moodle version. $plugin->component = 'tool_lp'; // Full name of the plugin (used for diagnostics).