Skip to content

Commit

Permalink
"Grade submission" button not sticking resolves kaltura#418
Browse files Browse the repository at this point in the history
  • Loading branch information
roileviK authored and lucaboesch committed Feb 5, 2024
1 parent ef11321 commit fb83c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/kalvidassign/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ public function display_instructor_buttons($cm, $userid) {
'value' => $cm->id);
$html .= html_writer::empty_tag('input', $attr);

$attr = array('class' => 'btn btn-secondary',
$attr = array('class' => 'btn btn-secondary mt-1',
'type' => 'submit',
'name' => 'grade_submissions',
'value' => get_string('gradesubmission', 'kalvidassign'),
Expand Down

0 comments on commit fb83c4f

Please sign in to comment.