mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-20447 - bulk upload: add heading to the page and fix navbar content.
This commit is contained in:
parent
cde82a41b2
commit
2e4fd16675
9 changed files with 19 additions and 3 deletions
|
@ -68,6 +68,7 @@ $strimportentries = get_string('importentriesfromxml', 'glossary');
|
|||
$PAGE->set_url('/mod/glossary/import.php', array('id'=>$cm->id, 'mode'=>$mode, 'hook'=>$hook));
|
||||
$PAGE->navbar->add($strimportentries);
|
||||
$PAGE->set_title(format_string($glossary->name));
|
||||
$PAGE->set_heading($course->fullname);
|
||||
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading($strimportentries);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue