Merge branch 'MDL-72606-master' of https://github.com/lucaboesch/moodle

This commit is contained in:
Ilya Tregubov 2022-10-19 16:04:37 +03:00
commit 85e0a299f3

View File

@ -84,7 +84,7 @@ class standard_action_bar extends base_action_bar {
} else {
$label = get_string('complete_the_form', 'feedback');
}
$items['left'][]['actionlink'] = new action_link($completeurl, $label, null, ['class' => 'btn btn-secondary']);
$items['left'][]['actionlink'] = new action_link($completeurl, $label, null, ['class' => 'btn btn-primary']);
}
return $items;