Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'MDL-65538-36' of git://github.com/sarjona/moodle into M…
…OODLE_36_STABLE
  • Loading branch information
andrewnicols committed Jul 17, 2019
2 parents 493ed38 + 8504b17 commit 4adb26c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -38,6 +38,9 @@
<div class="pull-xs-right card card-block">
<p>{{{groupselector}}}</p>
<form class="user-competency-course-navigation">
<input type="hidden" name="userid" value="{{userid}}"/>
<input type="hidden" name="competencyid" value="{{competencyid}}"/>
<input type="hidden" name="courseid" value="{{courseid}}"/>
{{#hasusers}}
<span>
<label for="user-nav-{{uniqid}}" class="accesshide">{{#str}}jumptouser, tool_lp{{/str}}</label>
Expand Down
3 changes: 3 additions & 0 deletions report/competency/templates/user_course_navigation.mustache
@@ -1,6 +1,9 @@
<div class="pull-right well">
<p>{{{groupselector}}}</p>
<form class="user-competency-course-navigation">
<input type="hidden" name="user" value="{{userid}}"/>
<input type="hidden" name="id" value="{{courseid}}"/>
<input type="hidden" name="mod" value="{{moduleid}}"/>
{{#hasusers}}
<span>
<label for="user-nav-{{uniqid}}" class="accesshide">{{#str}}jumptouser, tool_lp{{/str}}</label>
Expand Down

0 comments on commit 4adb26c

Please sign in to comment.