mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-66874 mod_choice: Explicitly add btn-secondary class to select all
This commit is contained in:
parent
0b0527cced
commit
bc003428bc
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ class mod_choice_renderer extends plugin_renderer_base {
|
|||
'name' => $selectallid,
|
||||
'value' => 1,
|
||||
'label' => get_string('selectall'),
|
||||
'classes' => 'mr-1'
|
||||
'classes' => 'btn-secondary mr-1'
|
||||
], true);
|
||||
$actiondata .= $OUTPUT->render($selectallcheckbox);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue