mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'MDL-40735_lesson' of https://github.com/andyjdavis/moodle
This commit is contained in:
commit
c0382dd012
4 changed files with 22 additions and 14 deletions
|
@ -57,10 +57,10 @@ $mform->set_data($data);
|
|||
|
||||
$PAGE->navbar->add($strimportquestions);
|
||||
$PAGE->set_title($strimportquestions);
|
||||
$PAGE->set_heading($strimportquestions);
|
||||
$PAGE->set_heading(format_string($course->fullname));
|
||||
echo $OUTPUT->header();
|
||||
|
||||
echo $OUTPUT->heading_with_help($strimportquestions, 'importquestions', 'lesson' );
|
||||
echo $OUTPUT->heading(format_string($lesson->name), 2);
|
||||
echo $OUTPUT->heading_with_help($strimportquestions, 'importquestions', 'lesson', '', '', 3);
|
||||
|
||||
if ($data = $mform->get_data()) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue