mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 08:00:37 +01:00
MDL-71971 mod_quiz: separate "Repaginate" and "Select multiple items"
This commit is contained in:
parent
a747fd3055
commit
f662ea7e5d
@ -213,7 +213,7 @@ class edit_renderer extends \plugin_renderer_base {
|
||||
'name' => 'repaginate',
|
||||
'id' => 'repaginatecommand',
|
||||
'value' => get_string('repaginatecommand', 'quiz'),
|
||||
'class' => 'btn btn-secondary',
|
||||
'class' => 'btn btn-secondary mr-1',
|
||||
'data-header' => $header,
|
||||
'data-form' => $form,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user