Skip to content

Commit 578c787

Browse files
committed
Maintenance: Moodle Export: Add online documentation to form - refs BT#21977
1 parent c9338bd commit 578c787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/coursecopy/export_moodle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
'4' => 'Moodle 4.x',
105105
]);
106106

107-
$form->addElement('text', 'admin_id', get_lang('AdminID'), ['maxlength' => 10, 'size' => 10]);
108-
$form->addElement('text', 'admin_username', get_lang('AdminUsername'), ['maxlength' => 100, 'size' => 50]);
107+
$form->addElement('text', 'admin_id', [get_lang('AdminID'), get_lang('MoodleExportAdminIDComment')], ['maxlength' => 10, 'size' => 10]);
108+
$form->addElement('text', 'admin_username', get_lang('AdminLogin'), ['maxlength' => 100, 'size' => 50]);
109109
$form->addElement('text', 'admin_email', get_lang('AdminEmail'), ['maxlength' => 100, 'size' => 50]);
110110

111111
// Add validation rules

0 commit comments

Comments
 (0)