Skip to content

Commit

Permalink
MDL-71971 mod_quiz: separate "Repaginate" and "Select multiple items"
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Jun 24, 2021
1 parent 911f9ad commit 2ac36fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/classes/output/edit_renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected function repaginate_button(structure $structure, \moodle_url $pageurl)
'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,
);
Expand Down

0 comments on commit 2ac36fd

Please sign in to comment.