mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
portfolio MDL-19819 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
This commit is contained in:
parent
c0549ef58a
commit
92e8851f67
@ -67,8 +67,10 @@ if ($dataid) {
|
||||
}
|
||||
|
||||
$strheading = get_string('activeexport', 'portfolio');
|
||||
print_header($strheading, $strheading);
|
||||
|
||||
$PAGE->set_title($strheading);
|
||||
$PAGE->set_heading($strheading);
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->confirm(get_string('alreadyexporting', 'portfolio'), $CFG->wwwroot . '/portfolio/add.php', $CFG->wwwroot . '/portfolio/add.php?cancel=1');
|
||||
|
||||
if (count($table->data) > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user