-
Bug
-
Resolution: Fixed
-
Major
-
2.0
-
None
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
modgrade's setHelpButton() still uses deprecated link_to_popup_window() to display a popup window with the list of scales available in the course. Because 'link_to_popup_window' is used here as a callback, it can't be simply transformed into $OUTPUT method. I am going to write new function in weblib to handle this in a similar way as htmleditor or smileys do.