course/approval.php MDL-25589 Table misaligned

This commit is contained in:
Dan Poltawski 2010-12-30 15:52:01 +00:00
parent c63ebd4311
commit b5a49647e2

View file

@ -101,7 +101,7 @@ if (empty($pending)) {
$table = new html_table();
$table->attributes['class'] = 'pendingcourserequests generaltable';
$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'));
foreach ($pending as $course) {