mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-20447 - bulk upload: add page heading
This commit is contained in:
parent
5dd61a54b7
commit
0f56fde284
9 changed files with 15 additions and 12 deletions
|
@ -209,9 +209,9 @@
|
|||
$questionlist = array($id);
|
||||
get_html_head_contributions($questionlist, $questions, $states[$historylength]);
|
||||
$PAGE->set_title($strpreview);
|
||||
$PAGE->set_heading($COURSE->fullname);
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading($strpreview);
|
||||
|
||||
|
||||
if (!empty($quizid)) {
|
||||
echo '<p class="quemodname">'.get_string('modulename', 'quiz') . ': ';
|
||||
p(format_string($quiz->name));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue