Skip to content
Snippets Groups Projects
Commit 55deb3f5 authored by gnaegi's avatar gnaegi
Browse files

OO-2781 fix wrong call of mouseover help

parent b128107b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
<i class="o_icon o_icon-fw o_icon_warn"> </i>
$r.translateWithPackage("org.olat.course.nodes.ms", "in.review")
</span>
$r.mouseoverHelp("o_passed_in_review", "top", "$r.translateInAttribute("assessment.review.explanation")")
$r.mouseoverHelp("o_passed_in_review", "assessment.review.explanation")
#elseif($hasPassedValue && $passed)
<i class="o_icon o_icon_passed"> </i> $r.translate("passed.yes")
#elseif($hasPassedValue && !$passed)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment