mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-76268-master' of https://github.com/aanabit/moodle
This commit is contained in:
commit
897d4233ac
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ if (($mode == 'new') && (!empty($newtype))) { // Adding a new field.
|
||||||
get_string('type', 'data'),
|
get_string('type', 'data'),
|
||||||
get_string('required', 'data'),
|
get_string('required', 'data'),
|
||||||
get_string('fielddescription', 'data'),
|
get_string('fielddescription', 'data'),
|
||||||
'',
|
' ',
|
||||||
];
|
];
|
||||||
$table->align = ['left', 'left', 'left', 'left'];
|
$table->align = ['left', 'left', 'left', 'left'];
|
||||||
$table->wrap = [false,false,false,false];
|
$table->wrap = [false,false,false,false];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue