mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'wip-MDL-37611_master' of git://github.com/lazydaisy/moodle
This commit is contained in:
commit
d38df267a0
@ -91,7 +91,7 @@ echo $OUTPUT->header();
|
||||
|
||||
|
||||
// Display completion status
|
||||
echo '<table class="generalbox boxaligncenter"><tbody>';
|
||||
echo '<table class="generaltable boxaligncenter"><tbody>';
|
||||
|
||||
// If not display logged in user, show user name
|
||||
if ($USER->id != $user->id) {
|
||||
@ -148,7 +148,7 @@ if (empty($completions)) {
|
||||
echo '</td></tr></tbody></table>';
|
||||
|
||||
// Generate markup for criteria statuses
|
||||
echo '<table class="generalbox logtable boxaligncenter" id="criteriastatus" width="100%"><tbody>';
|
||||
echo '<table class="generaltable logtable boxaligncenter" id="criteriastatus" width="100%"><tbody>';
|
||||
echo '<tr class="ccheader">';
|
||||
echo '<th class="c0 header" scope="col">'.get_string('criteriagroup', 'block_completionstatus').'</th>';
|
||||
echo '<th class="c1 header" scope="col">'.get_string('criteria', 'completion').'</th>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user