mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-50391 mod_lti: Fixing indentation
This commit is contained in:
parent
05f97c615c
commit
7046798f56
@ -76,11 +76,11 @@ class mod_lti_mod_form extends moodleform_mod {
|
||||
|
||||
// Display the label to the right of the checkbox so it looks better & matches rest of the form.
|
||||
if ($mform->elementExists('showdescription')) {
|
||||
$coursedesc = $mform->getElement('showdescription');
|
||||
if (!empty($coursedesc)) {
|
||||
$coursedesc->setText(' ' . $coursedesc->getLabel());
|
||||
$coursedesc->setLabel(' ');
|
||||
}
|
||||
$coursedesc = $mform->getElement('showdescription');
|
||||
if (!empty($coursedesc)) {
|
||||
$coursedesc->setText(' ' . $coursedesc->getLabel());
|
||||
$coursedesc->setLabel(' ');
|
||||
}
|
||||
}
|
||||
|
||||
$mform->setAdvanced('showdescription');
|
||||
|
Loading…
x
Reference in New Issue
Block a user