mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
no message
This commit is contained in:
parent
56da74f311
commit
de2bd9df22
@ -200,9 +200,9 @@ if (!$exporter->get('instance')) {
|
||||
}
|
||||
else {
|
||||
$exporter->print_header('selectplugin');
|
||||
print_simple_box_start();
|
||||
echo $OUTPUT->box_start();
|
||||
$mform->display();
|
||||
print_simple_box_end();
|
||||
echo $OUTPUT->box_end();
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ $exporter->verify_rewaken();
|
||||
|
||||
$exporter->print_header(get_string('downloading', 'portfolio_download'), false);
|
||||
$returnurl = $exporter->get('caller')->get_return_url();
|
||||
notify('<a href="' . $returnurl . '">' . get_string('returntowhereyouwere', 'portfolio') . '</a><br />');
|
||||
echo $OUTPUT->notification('<a href="' . $returnurl . '">' . get_string('returntowhereyouwere', 'portfolio') . '</a><br />');
|
||||
|
||||
// if they don't have javascript, they can submit the form here to get the file.
|
||||
// if they do, it does it nicely for them.
|
||||
|
Loading…
x
Reference in New Issue
Block a user