#35 Do not right align 'Reposition elements' text
This commit is contained in:
parent
44b3a77a5f
commit
3c7c32e619
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class edit_form extends \moodleform {
|
||||||
get_string('rearrangeelements', 'customcert'));
|
get_string('rearrangeelements', 'customcert'));
|
||||||
// Add the table to the form.
|
// Add the table to the form.
|
||||||
$mform->addElement('static', 'elements_' . $page->id, get_string('elements', 'customcert'), \html_writer::table($table)
|
$mform->addElement('static', 'elements_' . $page->id, get_string('elements', 'customcert'), \html_writer::table($table)
|
||||||
. \html_writer::tag( 'div', $link, array('style' => 'text-align:right')));
|
. \html_writer::tag( 'div', $link));
|
||||||
$mform->addHelpButton('elements_' . $page->id, 'elements', 'customcert');
|
$mform->addHelpButton('elements_' . $page->id, 'elements', 'customcert');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue