mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-19692: Completion tracking help icon enhancements
This commit is contained in:
parent
02b126af8a
commit
905b1de634
5 changed files with 29 additions and 3 deletions
|
@ -168,7 +168,7 @@ class completion_info {
|
|||
public function print_help_icon() {
|
||||
global $PAGE;
|
||||
if ($this->is_enabled() && !$PAGE->user_is_editing() && isloggedin() && !isguestuser()) {
|
||||
echo '<span class="completionprogress">'.get_string('yourprogress','completion').' ';
|
||||
echo '<span id = "completionprogressid" class="completionprogress">'.get_string('yourprogress','completion').' ';
|
||||
helpbutton('completionicons',get_string('completionicons','completion'),'completion');
|
||||
echo '</span>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue