MDL-20447 - bulk upload: add heading to the page and fix navbar content.

This commit is contained in:
Rossiani Wijaya 2010-05-28 06:38:17 +00:00
parent cde82a41b2
commit 2e4fd16675
9 changed files with 19 additions and 3 deletions

View file

@ -52,6 +52,7 @@ $strexportentries = get_string('exportentriestoxml', 'glossary');
$PAGE->set_url('/mod/glossary/export.php', array('id'=>$cm->id));
$PAGE->navbar->add($strexportentries);
$PAGE->set_title(format_string($glossary->name));
$PAGE->set_heading($course->fullname);
echo $OUTPUT->header();
echo $OUTPUT->heading($strexportentries);