MDL-20447 - bulk upload: add page heading

This commit is contained in:
Rossiani Wijaya 2010-06-02 06:13:27 +00:00
parent 5dd61a54b7
commit 0f56fde284
9 changed files with 15 additions and 12 deletions

View file

@ -287,6 +287,7 @@ if ($mform->is_cancelled()){
$streditingquestion = $QTYPES[$question->qtype]->get_heading();
$PAGE->set_title($streditingquestion);
$PAGE->set_heading($COURSE->fullname);
if ($cm !== null) {
$strmodule = get_string('modulename', $cm->modname);
$streditingmodule = get_string('editinga', 'moodle', $strmodule);