MDL-53084 tool_lp: Improve the view of user competency in a plan

* Remove the plan block
* Remove the plan link
This commit is contained in:
Issam Taboubi 2016-03-08 13:37:27 -05:00 committed by Frederic Massart
parent 9fbb3e6607
commit 3ed982e143
3 changed files with 3 additions and 38 deletions

View file

@ -391,8 +391,7 @@ $string['usercommentedonaplanhtml'] = '<p>{$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'] = '<p>This record is now frozen. It reflects the state of the user\'s competency when their plan was marked as complete.</p>
<p>Go back to <a href="{$a->url}">{$a->name}</a></p>';
$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';