Merge branch 'MDL-79601-402' of https://github.com/roland04/moodle into MOODLE_402_STABLE
This commit is contained in:
@@ -308,7 +308,7 @@ if (!$csv) {
|
||||
}
|
||||
|
||||
print '<table id="completion-progress" class="table table-bordered generaltable flexible boxaligncenter
|
||||
completionreport" style="text-align: left" cellpadding="5" border="1">';
|
||||
completionreport" cellpadding="5" border="1">';
|
||||
|
||||
// Print criteria group names
|
||||
print PHP_EOL.'<thead><tr style="vertical-align: top">';
|
||||
|
||||
@@ -278,7 +278,7 @@ if (!$csv) {
|
||||
}
|
||||
|
||||
print '<div id="completion-progress-wrapper" class="no-overflow">';
|
||||
print '<table id="completion-progress" class="generaltable flexible boxaligncenter" style="text-align:left"><thead><tr style="vertical-align:top">';
|
||||
print '<table id="completion-progress" class="generaltable flexible boxaligncenter"><thead><tr style="vertical-align:top">';
|
||||
|
||||
// User heading / sort option
|
||||
print '<th scope="col" class="completion-sortchoice">';
|
||||
|
||||
Reference in New Issue
Block a user