mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 00:12:42 +02:00
Merge branch 'MDL-61153-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
132106bfef
@ -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\">";
|
||||
|
Loading…
x
Reference in New Issue
Block a user