MDL-37614 report/completion: changed generalbox class in table to generaltable class in user.php

This commit is contained in:
Mary Evans
2013-01-21 23:51:47 +00:00
parent a5ec499521
commit 4c085aed64
+1 -1
View File
@@ -157,7 +157,7 @@ foreach ($courses as $type => $infos) {
if (!empty($infos)) {
echo '<h1 align="center">'.get_string($type, 'report_completion').'</h1>';
echo '<table class="generalbox boxaligncenter">';
echo '<table class="generaltable boxaligncenter">';
echo '<tr class="ccheader">';
echo '<th class="c0 header" scope="col">'.get_string('course').'</th>';
echo '<th class="c1 header" scope="col">'.get_string('requiredcriteria', 'completion').'</th>';