mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
Merge branch 'MDL-66434-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
9bb085dd1a
@ -273,7 +273,7 @@ if (($mode == 'new') && (!empty($newtype)) && confirm_sesskey()) { ///
|
||||
get_string('fielddescription', 'data'),
|
||||
get_string('action', 'data'),
|
||||
);
|
||||
$table->align = array('left','left','left', 'center');
|
||||
$table->align = array('left', 'left', 'left', 'left');
|
||||
$table->wrap = array(false,false,false,false);
|
||||
|
||||
if ($fff = $DB->get_records('data_fields', array('dataid'=>$data->id),'id')){
|
||||
|
Loading…
x
Reference in New Issue
Block a user