MDL-19812 Upgraded calls to helpbutton, print_simple_box* and notify
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@
|
||||
echo '<fieldset class="invisiblefieldset">';
|
||||
echo '<input type="hidden" name="id" value="'. $cm->id .'" />' . "\n";
|
||||
if (optional_param('userpassword', 0, PARAM_CLEAN)) {
|
||||
notify(get_string('loginfail', 'lesson'));
|
||||
echo $OUTPUT->notification(get_string('loginfail', 'lesson'));
|
||||
}
|
||||
|
||||
echo get_string('passwordprotectedlesson', 'lesson', format_string($lesson->name))."<br /><br />\n".
|
||||
|
||||
Reference in New Issue
Block a user