MDL-66434 mod_data: Align 'Field description' field as all other fields.
This commit is contained in:
+1
-1
@@ -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')){
|
||||
|
||||
Reference in New Issue
Block a user