@@ -59,10 +59,10 @@ |
||
| 59 | 59 | |
| 60 | 60 | echo $OUTPUT->header(), |
| 61 | 61 | |
| 62 | - $OUTPUT->box_start('generalbox errorboxcontent boxaligncenter boxwidthnormal'), |
|
| 63 | - html_writer::tag('p', get_string('confirmdelete', 'block_featuredcourses'), array('class' => 'bold')); |
|
| 62 | + $OUTPUT->box_start('generalbox errorboxcontent boxaligncenter boxwidthnormal'), |
|
| 63 | + html_writer::tag('p', get_string('confirmdelete', 'block_featuredcourses'), array('class' => 'bold')); |
|
| 64 | 64 | |
| 65 | 65 | $mform->display(); |
| 66 | 66 | |
| 67 | 67 | echo $OUTPUT->box_end(), |
| 68 | - $OUTPUT->footer(); |
|
| 68 | + $OUTPUT->footer(); |
|
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | |
| 32 | 32 | $mform->addElement('header', 'configheader', get_string('blocksettings', 'block')); |
| 33 | 33 | $mform->addElement('static', 'link', |
| 34 | - get_string('editlink', 'block_featuredcourses', |
|
| 35 | - $CFG->wwwroot.'/blocks/featuredcourses/featuredcourses.php')); |
|
| 34 | + get_string('editlink', 'block_featuredcourses', |
|
| 35 | + $CFG->wwwroot.'/blocks/featuredcourses/featuredcourses.php')); |
|
| 36 | 36 | } |
| 37 | 37 | } |