mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Fixed a typo
This commit is contained in:
parent
77c645df28
commit
70ce923e0a
@ -552,7 +552,7 @@
|
||||
}
|
||||
choose_from_menu ($displaylist, "formaction", "", get_string("withselectedusers"), "if(checksubmit(this.form))this.form.submit();", "");
|
||||
helpbutton("participantswithselectedusers", get_string("withselectedusers"));
|
||||
echo '<input type="text" name="id" value="'.$course->id.'" />';
|
||||
echo '<input type="hidden" name="id" value="'.$course->id.'" />';
|
||||
echo '<input type="submit" value="' . get_string('ok') . '" />';
|
||||
echo '</div></form>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user