MDL-57198 course: add css-classes to restrictbygroup-button
This commit is contained in:
committed by
Dan Poltawski
parent
4a50811ae3
commit
d0d8a7f984
@@ -597,7 +597,7 @@ abstract class moodleform_mod extends moodleform {
|
||||
if ($this->_features->groups || $this->_features->groupings) {
|
||||
$mform->addElement('static', 'restrictgroupbutton', '',
|
||||
html_writer::tag('button', get_string('restrictbygroup', 'availability'),
|
||||
array('id' => 'restrictbygroup', 'disabled' => 'disabled')));
|
||||
array('id' => 'restrictbygroup', 'disabled' => 'disabled', 'class' => 'btn btn-secondary')));
|
||||
}
|
||||
|
||||
// Availability field. This is just a textarea; the user interface
|
||||
|
||||
Reference in New Issue
Block a user