mirror of
https://github.com/moodle/moodle.git
synced 2025-01-30 03:58:34 +01:00
MDL-59086 gradereport_grader: style 'Save changes' button
This commit is contained in:
parent
9e7afbbc6c
commit
9bd705e3dd
@ -188,7 +188,8 @@ if ($USER->gradeediting[$course->id] && ($report->get_pref('showquickfeedback')
|
||||
echo '<input type="hidden" value="grader" name="report"/>';
|
||||
echo '<input type="hidden" value="'.$page.'" name="page"/>';
|
||||
echo $reporthtml;
|
||||
echo '<div class="submit"><input type="submit" id="gradersubmit" value="'.s(get_string('savechanges')).'" /></div>';
|
||||
echo '<div class="submit"><input type="submit" id="gradersubmit" class="btn btn-primary"
|
||||
value="'.s(get_string('savechanges')).'" /></div>';
|
||||
echo '</div></form>';
|
||||
} else {
|
||||
echo $reporthtml;
|
||||
|
Loading…
x
Reference in New Issue
Block a user