user/index: Add "enrolment details" view to Participants page - MDL-12311
authormartinlanghoff <martinlanghoff>
Fri, 23 Nov 2007 00:23:39 +0000 (00:23 +0000)
committermartinlanghoff <martinlanghoff>
Fri, 23 Nov 2007 00:23:39 +0000 (00:23 +0000)
commit073af1a64b28b1b30daff64cb52ad814554e0ffb
tree79d3677a0d97047fa68accfcd9707df60adcbe0a
parenta32e05df9acc8ac651dfbe415dad463074f04ef7
user/index: Add "enrolment details" view to Participants page - MDL-12311

With this patch, the additional roles/groups/groupings columns get moved
to a special "enrolment details" view. To support this, the handling of
the $mode is revamped to use $mode constants.

To keep performance issues at bay, the enrolment details view is only
available when viewing paginated resultsets, and will reset itself to
'brief' if the conditions aren't met. The $mode is sticky, so it is
quite possible to have a mismatched $mode -- so he handle the case
explicitly.
lang/en_utf8/moodle.php
user/index.php