mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
On enrol students to a course page, force searching if too many users to display (controlled by MAX_USERS_PER_PAGE - not previously used and bumped up to 1000 as a more reasonable limit) - trying to put 30,000 users in a drop down menu crashes some browsers
This commit is contained in:
parent
eb46f6a322
commit
4f3fecf4a6
3 changed files with 22 additions and 9 deletions
|
@ -994,13 +994,14 @@ $string['timezone'] = 'Timezone';
|
|||
$string['to'] = 'To';
|
||||
$string['today'] = 'Today';
|
||||
$string['todaylogs'] = 'Today\'s logs';
|
||||
$string['toomanytoshow'] = 'There are too many users to show';
|
||||
$string['toomanytoshow'] = 'There are too many users to show.';
|
||||
$string['top'] = 'Top';
|
||||
$string['topic'] = 'Topic';
|
||||
$string['topichide'] = 'Hide this topic from $a';
|
||||
$string['topicoutline'] = 'Topic outline';
|
||||
$string['topicshow'] = 'Show this topic to $a';
|
||||
$string['total'] = 'Total';
|
||||
$string['trysearching'] = 'Try searching instead.';
|
||||
$string['turneditingoff'] = 'Turn editing off';
|
||||
$string['turneditingon'] = 'Turn editing on';
|
||||
$string['undecided'] = 'Undecided';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue