Skip to content

Commit

Permalink
Merge branch 'MDL-28490' of git://github.com/timhunt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
samhemelryk committed Aug 2, 2011
2 parents 58e67f7 + 2f1ba2a commit 44506b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/quiz/report/statistics/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function display($quiz, $cm, $course) {
// 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.
Expand Down Expand Up @@ -313,7 +313,7 @@ protected function output_individual_question_data($quiz, $question) {

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);
Expand Down

0 comments on commit 44506b8

Please sign in to comment.