mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-62823' of https://github.com/NeillM/moodle
This commit is contained in:
commit
e7941ae3e9
@ -202,7 +202,8 @@ if (empty($availablefilters)) {
|
||||
|
||||
echo html_writer::table($table);
|
||||
echo html_writer::start_tag('div', array('class'=>'buttons'));
|
||||
echo html_writer::empty_tag('input', array('type'=>'submit', 'name'=>'savechanges', 'value'=>get_string('savechanges')));
|
||||
$submitattr = ['type' => 'submit', 'name' => 'savechanges', 'value' => get_string('savechanges'), 'class' => 'btn btn-primary'];
|
||||
echo html_writer::empty_tag('input', $submitattr);
|
||||
echo html_writer::end_tag('div');
|
||||
echo html_writer::end_tag('div');
|
||||
echo html_writer::end_tag('form');
|
||||
|
Loading…
x
Reference in New Issue
Block a user