MDL-37614 report/completion: changed generalbox class in table to generaltable class in user.php
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user