MDL-71971 mod_quiz: separate "Repaginate" and "Select multiple items"

This commit is contained in:
Luca Bösch
2021-06-25 00:03:34 +02:00
parent 911f9adccf
commit 2ac36fd458
+1 -1
View File
@@ -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,
);