Subversion Repositories wimsdev

Rev

Rev 14330 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14330 Rev 17345
Line 2... Line 2...
2
 
2
 
3
!if too_many_users=$error
3
!if too_many_users=$error
4
 Your class has too many participants ($limit).
4
  Your class has too many participants ($limit).
5
 Grades can only be manually entered
5
  Grades can only be manually entered
6
 for classes with at most $maxuser participants. Sorry.
6
  for classes with at most $maxuser participants. Sorry.
7
 !exit
7
  !exit
8
!endif
8
!endif
9
 
9
 
10
!msg $error
10
!msg $error
11
 
-