Skip to content

Commit

Permalink
Update mod_form.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ralferlebach committed Oct 5, 2024
1 parent 891ac16 commit a090168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public function definition() {
} else {
$this->add_intro_editor();
}

$mform->addElement('header', 'adelefieldset', get_string('adelefieldset', 'mod_adele'));
// Adding a link after the header.
$editorurl = new moodle_url('/local/adele/index.php#/learningpaths/edit');

Expand All @@ -77,7 +79,6 @@ public function definition() {
get_string('mform_options_link_create_learningpath', 'mod_adele') .
'</a>'
);
$mform->addElement('header', 'adelefieldset', get_string('adelefieldset', 'mod_adele'));

$sessionvalue =
isset($_SESSION[SESSION_KEY_ADELE]) ?
Expand Down

0 comments on commit a090168

Please sign in to comment.