mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
mod-assignment MDL-22266 Fixed pagelayout for popup
This commit is contained in:
parent
ea1780adf3
commit
2a12d9eeb0
@ -922,7 +922,7 @@ class assignment_base {
|
||||
$nextid = $nextuser->id;
|
||||
}
|
||||
}
|
||||
|
||||
$PAGE->set_pagelayout('popup');
|
||||
$PAGE->set_title(get_string('feedback', 'assignment').':'.fullname($user, true).':'.format_string($this->assignment->name));
|
||||
echo $OUTPUT->header();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user