MDL-61153 lesson: Inconsistent column sizing in detailed statistics

This commit is contained in:
Mihail Geshoski 2018-01-04 15:46:11 +08:00
parent 3fa531ea2c
commit ec819f5141

View File

@ -304,12 +304,10 @@ if ($action === 'delete') {
$table->attributes['class'] = '';
}
$table->align = array('left', 'left');
$table->size = array('70%', null);
$table->attributes['class'] = 'compacttable generaltable form-inline';
foreach ($answerpages as $page) {
$table->align = array('left', 'left');
$table->size = array('70%', null);
$table->attributes['class'] = 'compacttable generaltable form-inline';
unset($table->data);
if ($page->grayout) { // set the color of text
$fontstart = "<span class=\"dimmed\">";