mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +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
|
@ -231,6 +231,7 @@ $strwaitingapproval = get_string('waitingapproval', 'glossary');
|
|||
|
||||
/// If we are in approval mode, prit special header
|
||||
$PAGE->set_title(format_string($glossary->name));
|
||||
$PAGE->set_heading($course->fullname);
|
||||
$url = new moodle_url('/mod/glossary/view.php', array('id'=>$cm->id));
|
||||
if (isset($mode)) {
|
||||
$url->param('mode', $mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue