mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
course/approval.php MDL-25589 Table misaligned
This commit is contained in:
parent
c63ebd4311
commit
b5a49647e2
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ if (empty($pending)) {
|
||||||
$table = new html_table();
|
$table = new html_table();
|
||||||
$table->attributes['class'] = 'pendingcourserequests generaltable';
|
$table->attributes['class'] = 'pendingcourserequests generaltable';
|
||||||
$table->align = array('center', 'center', 'center', 'center', 'center', 'center', 'center');
|
$table->align = array('center', 'center', 'center', 'center', 'center', 'center', 'center');
|
||||||
$table->head = array(' ', get_string('shortname'), get_string('fullname'),
|
$table->head = array(get_string('shortname'), get_string('fullname'),
|
||||||
get_string('requestedby'), get_string('summary'), get_string('requestreason'), get_string('action'));
|
get_string('requestedby'), get_string('summary'), get_string('requestreason'), get_string('action'));
|
||||||
|
|
||||||
foreach ($pending as $course) {
|
foreach ($pending as $course) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue