Skip to content

Commit 9b2d10e

Browse files
author
David Monllao
committed
Merge branch 'MDL-63487-master' of https://github.com/lucaboesch/moodle
2 parents 237786f + 2e477f0 commit 9b2d10e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

badges/renderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ public function recipients_selection_form(user_selector_base $existinguc, user_s
113113
'type' => 'submit',
114114
'name' => 'award',
115115
'value' => $this->output->larrow() . ' ' . get_string('award', 'badges'),
116-
'class' => 'actionbutton')
116+
'class' => 'actionbutton btn btn-secondary')
117117
);
118118
$actioncell->text .= html_writer::empty_tag('input', array(
119119
'type' => 'submit',
120120
'name' => 'revoke',
121121
'value' => get_string('revoke', 'badges') . ' ' . $this->output->rarrow(),
122-
'class' => 'actionbutton')
122+
'class' => 'actionbutton btn btn-secondary')
123123
);
124124
$actioncell->text .= html_writer::end_tag('div', array());
125125
$actioncell->attributes['class'] = 'actions';

0 commit comments

Comments
 (0)