mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-72906' of https://github.com/tdjones/moodle
This commit is contained in:
commit
5be3686da6
@ -323,7 +323,7 @@ class qtype_multichoice_single_renderer extends qtype_multichoice_renderer_base
|
||||
// Adds an hidden radio that will be checked to give the impression the choice has been cleared.
|
||||
$clearchoiceradio = html_writer::empty_tag('input', $clearchoiceradioattrs);
|
||||
$clearchoice = html_writer::link('#', get_string('clearchoice', 'qtype_multichoice'),
|
||||
['tabindex' => $linktabindex, 'role' => 'button', 'class' => 'btn btn-link ml-3 mt-n1 mb-n1']);
|
||||
['tabindex' => $linktabindex, 'role' => 'button', 'class' => 'btn btn-link ml-3 mt-n1']);
|
||||
$clearchoiceradio .= html_writer::label($clearchoice, $clearchoiceid);
|
||||
|
||||
// Now wrap the radio and label inside a div.
|
||||
|
Loading…
x
Reference in New Issue
Block a user