mirror of
https://github.com/moodle/moodle.git
synced 2025-03-06 08:49:53 +01:00
MDL-28490 Better class names in the statistics report to help themes.
This commit is contained in:
parent
6f05796919
commit
2f1ba2aed7
@ -209,7 +209,7 @@ class quiz_statistics_report extends quiz_default_report {
|
||||
// Back to overview link.
|
||||
echo $OUTPUT->box('<a href="' . $reporturl->out() . '">' .
|
||||
get_string('backtoquizreport', 'quiz_statistics') . '</a>',
|
||||
'boxaligncenter generalbox boxwidthnormal mdl-align');
|
||||
'backtomainstats boxaligncenter generalbox boxwidthnormal mdl-align');
|
||||
|
||||
} else if ($qid) {
|
||||
// Report on an individual sub-question indexed questionid.
|
||||
@ -313,7 +313,7 @@ class quiz_statistics_report extends quiz_default_report {
|
||||
|
||||
echo $OUTPUT->box(format_text($question->questiontext, $question->questiontextformat,
|
||||
array('overflowdiv' => true)) . $actions,
|
||||
'boxaligncenter generalbox boxwidthnormal mdl-align');
|
||||
'questiontext boxaligncenter generalbox boxwidthnormal mdl-align');
|
||||
|
||||
echo $OUTPUT->heading(get_string('questionstatistics', 'quiz_statistics'));
|
||||
echo html_writer::table($questionstatstable);
|
||||
|
Loading…
x
Reference in New Issue
Block a user