From dc3a6284591ae738425bb243665084b71183828b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Tue, 24 Oct 2017 12:14:00 +0100 Subject: [PATCH] MDL-60571 quiz: Manual grading Save and go to next page button styled --- mod/quiz/report/grading/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/report/grading/report.php b/mod/quiz/report/grading/report.php index 2f73e0a1a97..ecb0355e547 100644 --- a/mod/quiz/report/grading/report.php +++ b/mod/quiz/report/grading/report.php @@ -421,7 +421,7 @@ class quiz_grading_report extends quiz_default_report { } echo html_writer::tag('div', html_writer::empty_tag('input', array( - 'type' => 'submit', 'value' => get_string('saveandnext', 'quiz_grading'))), + 'type' => 'submit', 'class' => 'btn btn-primary', 'value' => get_string('saveandnext', 'quiz_grading'))), array('class' => 'mdl-align')) . html_writer::end_tag('div') . html_writer::end_tag('form'); }