MDL-72606 mod_feedback: Change "Answer the questions" button to primary.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user