mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 23:42:11 +02:00
MDL-61408 qbehaviour: Correct "Check" button styling.
This commit is contained in:
parent
d1b4ca921e
commit
a58fd9710d
@ -234,7 +234,7 @@ abstract class qbehaviour_renderer extends plugin_renderer_base {
|
||||
'id' => $qa->get_behaviour_field_name('submit'),
|
||||
'name' => $qa->get_behaviour_field_name('submit'),
|
||||
'value' => get_string('check', 'question'),
|
||||
'class' => 'submit btn',
|
||||
'class' => 'submit btn btn-default',
|
||||
);
|
||||
if ($options->readonly) {
|
||||
$attributes['disabled'] = 'disabled';
|
||||
|
Loading…
x
Reference in New Issue
Block a user