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:
mjollnir_ 2004-11-22 01:40:18 +00:00
parent eb46f6a322
commit 4f3fecf4a6
3 changed files with 22 additions and 9 deletions

View file

@ -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';